0.0.0 • Published 5 years ago

@docume/ntary v0.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@docume/ntary

npm version

@docume/ntary is The Documentary Package.

yarn add -E @docume/ntary

Table 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.

NameTypeDescriptionDefault
shouldRunbooleanA boolean option.true
text*stringA text to return.-
/* yarn example/ */
import ntary from '@docume/ntary'

(async () => {
  const res = await ntary({
    text: 'example',
  })
  console.log(res)
})()
example

Copyright

(c) Read Me Page 2019