UNPKG
path-rewriter
Version:
latest (1.0.1)
1.0.1
1.0.0
0.2.0
0.1.2
0.1.1
0.1.0
A path rewriter for node.js
github.com/taoyuan/path-rewriter
taoyuan/path-rewriter
path-rewriter
/
index.js
4 lines
(2 loc)
•
59 B
JavaScript
View Raw
1
2
3
4
'use strict'
;
module
.
exports
=
require
(
'./lib/rewriter'
);