UNPKG

@nsnanocat/util

Version:

Pure JS's util module for well-known iOS network tools

12 lines (11 loc) 395 B
/** * Polyfill 模块聚合导出。 * Aggregated exports for polyfill modules. */ export { Console } from "./Console.mjs"; export { fetch } from "./fetch.mjs"; export type { Fetch, FetchRequest, FetchResponse } from "./fetch.mjs"; export { Lodash } from "./Lodash.mjs"; export { qs } from "./qs.mjs"; export { StatusTexts } from "./StatusTexts.mjs"; export { Storage } from "./Storage.mjs";