UNPKG
@overlook/plugin
Version:
latest (0.4.1)
0.4.1
0.4.0
0.3.0
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
Overlook framework Plugin class
github.com/overlookjs/plugin
overlookjs/plugin
@overlook/plugin
/
index.js
11 lines
(7 loc)
•
166 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/* -------------------- * @overlook/plugin module * CJS entry point * ------------------*/
'use strict'
;
// Exports
module
.
exports
=
require
(
'./lib/index.js'
);