git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 0878dcdeeba665bb9cdd97094b8d0e1c4baedabc

Files: 0878dcdeeba665bb9cdd97094b8d0e1c4baedabc / types / Page.js

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

Built with git-ssb-web