npm install
# or
yarn
npm run build
#or
yarn build
import { SDK } from '@nola/engine';
const Instance = new SDK(<source code>);
console.log(Instance); // source, ast, fiber, provider
npm install
# or
yarn
npm run build
#or
yarn build
import { SDK } from '@nola/engine';
const Instance = new SDK(<source code>);
console.log(Instance); // source, ast, fiber, provider
npm i @nola/engine
0
1.4.23
MIT
4.5 kB
12