0.0.0 • Published 7 years ago
@docume/ntary v0.0.0
@docume/ntary
@docume/ntary is The Documentary Package.
yarn add -E @docume/ntaryTable Of Contents
API
The package is available by importing its default function:
import ntary from '@docume/ntary'ntary( arg1: string, arg2?: boolean,): void
Call this function to get the result you want.
Config: Options for the program.
| Name | Type | Description | Default |
|---|---|---|---|
| shouldRun | boolean | A boolean option. | true |
| text* | string | A text to return. | - |
/* yarn example/ */
import ntary from '@docume/ntary'
(async () => {
const res = await ntary({
text: 'example',
})
console.log(res)
})()exampleCopyright
(c) Read Me Page 2019
0.0.0
7 years ago