git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 0878dcdeeba665bb9cdd97094b8d0e1c4baedabc

Files: 0878dcdeeba665bb9cdd97094b8d0e1c4baedabc / types / Getter.js

295 bytesRaw
1const pipe = require('value-pipe')
2
3const pathModule = require('../lib/pathModule')
4const normalizeNeeds = require('../lib/normalizeNeeds')
5const Getter = require('../lib/Getter')
6
7module.exports = {
8 transform: pipe(
9 pathModule,
10 normalizeNeeds,
11 Getter
12 ),
13 glob: '**/get/*.js'
14}
15

Built with git-ssb-web