初始化
Showing
.gitignore
0 → 100644
package.json
0 → 100644
{ | |||
"name": "fe-utils", | |||
"version": "1.0.0", | |||
"description": "", | |||
"main": "index.js", | |||
"scripts": { | |||
"test": "vitest" | |||
}, | |||
"keywords": [], | |||
"author": "", | |||
"license": "ISC", | |||
"devDependencies": { | |||
"typescript": "^5.1.6", | |||
"vitest": "^0.33.0" | |||
} | |||
} |
pnpm-lock.yaml
0 → 100644
src/money/numberToWords.ts
0 → 100644
Please
register
or
sign in
to comment