Files: 49c6e5459b68f2a30bcecf7727b8c9a99cfe4e79 / types / State.js
280 bytesRaw
1 | const pipe = require('value-pipe') |
2 | const State = require('inu/state') |
3 | |
4 | const pathModule = require('../lib/pathModule') |
5 | const scopeModule = require('../lib/scopeModule') |
6 | |
7 | module.exports = { |
8 | transform: pipe( |
9 | pathModule, |
10 | scopeModule, |
11 | State |
12 | ), |
13 | glob: '**/state.js' |
14 | } |
15 |
Built with git-ssb-web