1.0.16-20241014-1342.0 • Published 8 months ago
@ronmu/utility v1.0.16-20241014-1342.0
@ronmu/utility
各种函数
安装使用
- NodeJS版本~=22.8.0
npm install @ronmu/utility
pnpm install @ronmu/utility
例子代码
import { Arr } from "@ronmu/utility/arr";
(async () => {
try {
const json = await Fetch.request('get', 'https://some.com/api/team/lite');
console.log(JSON.stringify(json, null, 2));
const text = await Fetch.request('get', 'https://cip.cc');
console.log(JSON.stringify(text, null, 2));
} catch (err) {
console.error(
JSON.stringify(err, Object.getOwnPropertyNames(err), 2)
)
}
})()
1.0.16-20241014-1342.0
8 months ago
1.0.14-20240816-1417.0
10 months ago
1.0.13-20240814-1733.0
10 months ago
1.0.12-20240703-1507.0
12 months ago
1.0.11-20240617-1112.0
1 year ago
1.0.10-20240607-0038.0
1 year ago
1.0.9-20240606-1615.0
1 year ago
1.0.8-20240606-1507.0
1 year ago
1.0.6-20240604-1539.0
1 year ago
1.0.5-20240604-1510.0
1 year ago
1.0.4-20240604-1505.0
1 year ago
1.0.3-20240603-1403.0
1 year ago
1.0.2-20240603-1159.0
1 year ago
1.0.1-20240531-1654.0
1 year ago