/test

a test for type

Primary LanguageJavaScriptMIT LicenseMIT

@idio/test

npm version

@idio/test is a test for type

yarn add -E @idio/test

Table Of Contents

API

The package is available by importing its default function:

import test from '@idio/test'

test(
  arg1: string,
  arg2?: boolean,
): void

Call this function to get the result you want.

/* yarn example/ */
import test from '@idio/test'

(async () => {
  await test()
})()

TODO

  • Add a new item to the todo list.

Copyright

(c) Idio 2018