completest

0.0.1 • Public • Published

completest

npm version

completest is IDE autocompletion testing for perfect DevX.

yarn add -E completest

Table 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)
})()
example

Copyright

(c) Art Deco 2018

/completest/

    Package Sidebar

    Install

    npm i completest

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    6.22 kB

    Total Files

    8

    Last publish

    Collaborators

    • zvr