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
- Host: GitHub
- URL: https://github.com/idiocc/test
- Owner: idiocc
- License: mit
- Created: 2018-09-24T09:33:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-25T18:11:45.000Z (over 7 years ago)
- Last Synced: 2025-02-15T07:49:00.301Z (over 1 year ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @idio/test
[](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