Gets the name of a number, even if it's stupidly big. Supersedes TheoryOfNekomata/number-name.
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
123456 |
- import { defineConfig } from 'vite';
- import tsconfigPaths from 'vite-tsconfig-paths';
-
- export default defineConfig({
- plugins: [tsconfigPaths()],
- });
|