git ssb

1+

Matt McKegg / mutant



Tree: 9a45ee19f015307308d964ffa52965fe95ed8ad0

Files: 9a45ee19f015307308d964ffa52965fe95ed8ad0 / resolve.js

114 bytesRaw
1module.exports = resolve
2
3function resolve (source) {
4 return typeof source === 'function' ? source() : source
5}
6

Built with git-ssb-web