Add npm-package

This commit is contained in:
Mathias Bynens
2020-07-08 19:10:23 +02:00
parent 1b6c282299
commit 2e1c0f22f4
1046 changed files with 40050 additions and 0 deletions

2
npm-package/fp/string.js Normal file
View File

@@ -0,0 +1,2 @@
var convert = require('./convert');
module.exports = convert(require('../string'));