An open API service indexing awesome lists of open source software.

https://github.com/idiocc/test

a test for type
https://github.com/idiocc/test

Last synced: about 1 year ago
JSON representation

a test for type

Awesome Lists containing this project

README

          

# @idio/test

[![npm version](https://badge.fury.io/js/@idio/test.svg)](https://npmjs.org/package/@idio/test)

`@idio/test` is a test for type

```sh
yarn add -E @idio/test
```

## Table Of Contents

- [Table Of Contents](#table-of-contents)
- [API](#api)
* [`test(arg1: string, arg2?: boolean)`](#mynewpackagearg1-stringarg2-boolean-void)
- [TODO](#todo)
- [Copyright](#copyright)

## API

The package is available by importing its default function:

```js
import test from '@idio/test'
```

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

Call this function to get the result you want.

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

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

## TODO

- [ ] Add a new item to the todo list.

## Copyright

(c) [Idio][1] 2018

[1]: https://idio.cc