UNPKG

@mnpjs/package

Version:

A package structure for mnp.

9 lines (8 loc) 157 B
/* alanode example/ */ import myNewPackage from '../src' (async () => { const res = await myNewPackage({ text: 'example', }) console.log(res) })()