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

https://github.com/theroyalwhee0/liketype

Duck-type checks for Javascript and Typescript.
https://github.com/theroyalwhee0/liketype

ducktype type

Last synced: about 1 year ago
JSON representation

Duck-type checks for Javascript and Typescript.

Awesome Lists containing this project

README

          

# @theroyalwhee0/liketype
Duck-type checks for Javascript and Typescript.

## Installation
npm install @theroyalwhee0/liketype

*or*

yarn add @theroyalwhee0/liketype

## Documentation
[API Documentation](https://theroyalwhee0.github.io/liketype/)

## Testing.
Running ```npm run test``` will run the test suite. Running ```npm run test-watch``` will run the test suite in watch mode.

## Links
- GitHub: [https://github.com/theroyalwhee0/liketype](https://github.com/theroyalwhee0/liketype)
- NPM: [https://www.npmjs.com/package/@theroyalwhee0/liketype](https://www.npmjs.com/package/@theroyalwhee0/liketype)

## History
- v1.0.0 - 2022-06-02
- Bump depends for security.
- v0.0.2 - 2021-06-11
- Bump depends for security.
- v0.0.1 - 2021-03-27
- Initial release.

## Legal & License
Copyright 2021-2022 Adam Mill

This library is released under Apache 2 license. See [LICENSE](https://github.com/theroyalwhee0/liketype/blob/master/LICENSE) for more details.