utils:JS实用程序的集合

时间:2024-03-03 19:24:38
【文件属性】:

文件名称:utils:JS实用程序的集合

文件大小:24KB

文件格式:ZIP

更新时间:2024-03-03 19:24:38

TypeScript

香草JS实用功能 与ES2015兼容的香草JS实用程序功能的集合 功能清单 /* Fetch */ fetchTextAsync ; // Fetch text response async fetchTextAbortCb ; // Fetch text response with abort (callback) fetchJsonAsync ; // Fetch JSON response async fetchJsonAbortCb ; // Fetch JSON response with abort (callback) /* Inline */ fetchSimpleTextAsync ; // Fetch text fetchSimpleJsonAsync ; // Fetch JSON isObjectEmpty ; // Check if an objet is emp


【文件预览】:
utils-main
----terserrc.json(765B)
----index.ts(91B)
----.eslintrc.js(320B)
----src()
--------inlineFunctions.ts(3KB)
--------index.ts(496B)
--------other.ts(2KB)
--------fetch()
--------domFunctions.ts(2KB)
----.npmignore(0B)
----tsconfig.json(282B)
----README.md(1KB)
----minify.js(2KB)
----index.d.ts(33B)
----autoScript.js(6KB)
----dist()
--------domFunctions.js(726B)
--------inlineFunctions.d.ts(2KB)
--------other.d.ts(745B)
--------other.js(725B)
--------index.d.ts(484B)
--------fetch()
--------domFunctions.d.ts(832B)
--------index.js(1KB)
--------inlineFunctions.js(3KB)
----.gitignore(54B)
----index.js(847B)
----.eslintignore(171B)
----package.json(1021B)

网友评论