UNPKG
@overlook/plugin-fs
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.2
0.0.1
Overlook framework file system plugin
github.com/overlookjs/plugin-fs
overlookjs/plugin-fs
@overlook/plugin-fs
/
index.js
11 lines
(7 loc)
•
169 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/* -------------------- * @overlook/plugin-fs module * CJS entry point * ------------------*/
'use strict'
;
// Exports
module
.
exports
=
require
(
'./lib/index.js'
);