Get the name of a number, even if it's stupidly big.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Ce dépôt est archivé. Vous pouvez voir les fichiers et le cloner, mais vous ne pouvez pas pousser ni ouvrir de ticket/demande d'ajout.
TheoryOfNekomata 3c1ad3eb88 Initial commit il y a 4 ans
src Initial commit il y a 4 ans
.editorconfig Initial commit il y a 4 ans
.gitignore Initial commit il y a 4 ans
.prettierrc Initial commit il y a 4 ans
LICENSE Initial commit il y a 4 ans
README.md Initial commit il y a 4 ans
package.json Initial commit il y a 4 ans
tsconfig.json Initial commit il y a 4 ans
yarn.lock Initial commit il y a 4 ans

README.md

TSDX Bootstrap

This project was bootstrapped with TSDX.

Local Development

Below is a list of commands you will probably find useful.

npm start or yarn start

Runs the project in development/watch mode. Your project will be rebuilt upon changes. TSDX has a special logger for you convenience. Error messages are pretty printed and formatted for compatibility VS Code’s Problems tab.

Your library will be rebuilt if you make edits.

npm run build or yarn build

Bundles the package to the dist folder. The package is optimized and bundled with Rollup into multiple formats (CommonJS, UMD, and ES Module).

npm test or yarn test

Runs the test watcher (Jest) in an interactive mode. By default, runs tests related to files changed since the last commit.