word-stream:返回英语单词流

时间:2024-06-14 21:23:53
【文件属性】:

文件名称:word-stream:返回英语单词流

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-14 21:23:53

JavaScript

字流 从返回英语单词流 如果您要创建文字游戏或只是想使用一些文字,该功能将非常有用。 安装 $ npm install word-stream 用法 const wordStream = require ( 'word-stream' ) ; wordStream . on ( 'data' , word => { console . log ( word ) ; } ) ; //=> … //=> abmhos //=> abnegate //=> … 小费 您可以使用一次获得所有单词: const getStream = require ( 'get-stream' ) ; const wordStream = require ( 'word-stream' ) ; ( async ( ) => { console . log ( await getStream . arr


【文件预览】:
word-stream-main
----.gitattributes(19B)
----.github()
--------workflows()
----test.js(187B)
----license(1KB)
----.npmrc(19B)
----.editorconfig(175B)
----.gitignore(23B)
----index.js(199B)
----readme.md(815B)
----package.json(645B)

网友评论