UNPKG
inflection-js
Version:
latest (1.0.0)
1.0.0
A port of inflection to node.js module
github.com/khulnasoft/inflection-js
khulnasoft/inflection-js
inflection-js
/
vite.config.js
7 lines
(6 loc)
•
117 B
JavaScript
View Raw
1
2
3
4
5
6
7
/// <reference types="vitest" />
import
{ defineConfig }
from
'vite'
export
default
defineConfig
({
test
: { }, })