@mnpjs/package
Version:
A package structure for mnp.
25 lines (17 loc) • 339 B
Markdown
## API
The package is available by importing its default function:
```js
import myNewPackage from 'my-new-package'
```
%~%
```## myNewPackage
[
["arg1", "string"],
["arg2?", "boolean"]
]
```
Call this function to get the result you want.
%TYPEDEF types/index.xml%
%EXAMPLE: example, ../src => my-new-package%
%FORK example%
%~%