UNPKG

remix-nlux

Version:

Remix IDE NLUX integration. Remix IDE is the leading IDE for building and deploying smart contracts on Ethereum. NLUX is a JavaScript and React library for building conversational AI experiences.

4 lines (2 loc) 125 B
import {readFileSync} from 'fs'; export const readJsonFile = (path: string): any => JSON.parse(readFileSync(path, 'utf8'));