0.0.1 • Published 7 years ago
completest v0.0.1
completest
completest is IDE autocompletion testing for perfect DevX.
yarn add -E completestTable Of Contents
API
The package is available by importing its default function:
import completest from 'completest'completest( 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 completest from 'completest'
(async () => {
const res = await completest({
text: 'example',
})
console.log(res)
})()exampleCopyright
(c) Art Deco 2018
0.0.1
7 years ago