hemp:小型 JavaScript 字符串生成器,基本没用

时间:2024-07-22 05:34:16
【文件属性】:

文件名称:hemp:小型 JavaScript 字符串生成器,基本没用

文件大小:2KB

文件格式:ZIP

更新时间:2024-07-22 05:34:16

JavaScript

麻 小型 JavaScript 字符串生成器。 npm install hemp 例子 var Hemp = require ( 'hemp' ) ; // Hemp is used to make strings (from smaller strings). var spin = Hemp ( ) ; // It creates a function that accumulates other strings. spin ( 'The' ) ; // The function can take any number of strings. spin ( ' quick' , ' brown ' ) ; // The function also returns itself, for chaining. spin ( 'fox jumps ' ) ( 'over the


网友评论