Gets the name of a number, even if it's stupidly big. Supersedes TheoryOfNekomata/number-name.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

7 satır
150 B

  1. import { defineConfig } from 'vite';
  2. import tsconfigPaths from 'vite-tsconfig-paths';
  3. export default defineConfig({
  4. plugins: [tsconfigPaths()],
  5. });