UNPKG
@amindunited/ensure-path
Version:
latest (0.1.2)
0.1.2
0.1.1
0.0.0
Creates all directories needed for a path
github.com/amindunited/ensure-path
amindunited/ensure-path
@amindunited/ensure-path
/
index.js
12 lines
(10 loc)
•
249 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** *
@license
* Copyright Robin Buckley. All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file */
'use strict'
;
const
ensure =
require
(
'./src'
);
module
.
exports
= ensure;