文件名称:Drain.js:基于回调的实用程序,用于更改流利的号码
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-13 11:50:38
TypeScript
Drain.js 基于回调的实用程序,用于更改流利的号码。 安装 npm install drain-js 用法 drain ( { start : Number , end : Number , onInterval ?: Function , onComplete ?: Function } ) ; 样本 import drain from 'drain-js' ; drain ( { start : 3000 , end : 2750 , onInterval : console . log } ) ; // Output 2901 2802 2793 . . . 2752 2751 2750
【文件预览】:
Drain.js-master
----package.json(624B)
----LICENSE(11KB)
----src()
--------index.ts(795B)
----tsconfig.json(417B)
----.gitignore(19B)
----README.md(470B)
----yarn.lock(348B)
----.gitattributes(66B)