https://github.com/theroyalwhee0/istype
An opinionated type-of library for Javascript and TypeScript.
https://github.com/theroyalwhee0/istype
identifier-library istype typeof typescript
Last synced: about 1 year ago
JSON representation
An opinionated type-of library for Javascript and TypeScript.
- Host: GitHub
- URL: https://github.com/theroyalwhee0/istype
- Owner: theroyalwhee0
- License: apache-2.0
- Created: 2019-10-19T16:20:22.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T15:55:32.000Z (over 3 years ago)
- Last Synced: 2025-04-02T11:49:45.299Z (about 1 year ago)
- Topics: identifier-library, istype, typeof, typescript
- Language: TypeScript
- Homepage:
- Size: 771 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# @theroyalwhee0/istype
An opinionated type-of library for Javascript and TypeScript.
## Installation
`npm install @theroyalwhee0/istype`
*or*
`yarn add @theroyalwhee0/istype`
## Documentation
[API Documentation](https://theroyalwhee0.github.io/istype/)
## 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/istype](https://github.com/theroyalwhee0/istype)
- NPM: [https://www.npmjs.com/package/@theroyalwhee0/istype](https://www.npmjs.com/package/@theroyalwhee0/istype)
- Changelog: https://github.com/theroyalwhee0/istype/blob/main/changelog.md
## Legal & License
Copyright 2019-2023 Adam Mill
This library is released under Apache 2 license. See [LICENSE](https://github.com/theroyalwhee0/istype/blob/master/LICENSE) for more details.