Daniel Yu

Results 5 comments of Daniel Yu

Hi, @kgryte @Planeshifter. I've implemented this package. The main idea is, if `mkdir` is called without `options` argument or the `recursive` option is false, use the native `mkdir`. Otherwise, recursively...

Hi @kgryte , can I work on this?

> @Daniel777y Yes, this would be useful. Note, however, that you'll want to accommodate older Node.js environments not supporting the `options` object (and hence `recursive`). You can consult https://github.com/isaacs/node-mkdirp, but...

Hi, @kgryte . I found this can be used by other packages in `@stdlib/fs`. Can I try working on this?