A key-value management focused in compatible with other format data files and a minimal reabiliable components.
- ✅ Vue and Nuxt Plugin
- ✅ Local or File Object
- ✅ Support JSON
- ✅ Exclude Wrong Data
- ✅ Supports Node v20+
[
'foo',
true,
undefined,
0,
nan,
infinity,
-infinity,
{ foo: 0 },
[
['key1' | 'value'],
['key2' | 0],
['key3' | false],
[4 | null],
['key5' | { bar: 0 }]
]
]npm install -D nvton
yarn add nvton
pnpm add nvton
bun add nvton
export default {
// config here
}//...
const nvt = nvton('[0]', { 'config': 'here' })
//...{
merge: {
number: false
object: false,
},
warnings: {
wrongKey: false,
}
}