AK-21/Graphite-Industrial-Intelligence
0
1# mkdirp-classic2 3Just a non-deprecated mirror of [mkdirp 0.5.2](https://github.com/substack/node-mkdirp/tree/0.5.1)4for use in modules where we depend on the non promise interface.5 6```7npm install mkdirp-classic8```9 10## Usage11 12``` js13// See the above link14```15 16## License17 18MIT19 