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.
- Host: GitHub
- URL: https://github.com/theroyalwhee0/liketype
- Owner: theroyalwhee0
- License: apache-2.0
- Created: 2021-03-27T16:48:42.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T20:10:06.000Z (over 3 years ago)
- Last Synced: 2025-03-11T11:06:52.429Z (over 1 year ago)
- Topics: ducktype, type
- Language: TypeScript
- Homepage:
- Size: 1.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.