jsonsided
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

jsonsided

Resolves json files

Installation

npm i jsonsided
yarn add jsonsided
pnpm add jsonsided

Example

config.json

{
    "hi": "hello",
    "bye": "see ya later"
}

index.js

import resolve from 'jsonsided'

const config = await resolve('./config.json');
// -> { hi: 'hello', bye: 'see ya later' }

Readme

Keywords

Package Sidebar

Install

npm i jsonsided

Weekly Downloads

1

Version

2.0.0

License

GNU General Public License v3

Unpacked Size

1.1 kB

Total Files

4

Last publish

Collaborators

  • upsided