node-util:Bscotch实用工具:常见Node.js需求的方法

时间:2024-03-17 03:48:30
【文件属性】:

文件名称:node-util:Bscotch实用工具:常见Node.js需求的方法

文件大小:57KB

文件格式:ZIP

更新时间:2024-03-17 03:48:30

TypeScript

Bscotch实用工具 Node.js中常见编程问题的实用程序和帮助程序方法。 (这些实用程序在浏览器中不起作用。) 安装 要求 Node.js v14 + 安装 npm install @bscotch/utility 用法 打字稿: // Replace `method` with the desired method name import { method } from "@bscotch/utility" JavaScript: // Replace `method` with the desired method name const { method } = require ( '@bscotch/utility' ) ; 弦乐 import { undent , oneline , nodent , } from '@bscotch/utility'


【文件预览】:
node-util-main
----package.json(2KB)
----package-lock.json(139KB)
----src()
--------test()
--------lib()
--------index.ts(207B)
----.eslintrc.js(2KB)
----tsconfig.json(6KB)
----LICENSE.md(1KB)
----.gitignore(59B)
----CHANGELOG.md(6KB)
----README.md(5KB)
----.vscode()
--------launch.json(1KB)
--------settings.json(56B)

网友评论