1.0.5 • Published 2 years ago

@xunnamius/all-types v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Black Lives Matter! Maintenance status Last commit timestamp Open issues Pull requests Codecov Source license Tree shaking support Compressed package size NPM version Uses Semantic Release!

@xunnamius/all-types

This package is an amalgum of the following packages:

@xunnamius/types\ @xunnamius/next-types\ @xunnamius/jest-types

Install

npm install --save-dev @xunnamius/all-types

Usage

You can use this library's types in your TypeScript projects like so:

import type { HttpStatusCode } from '@xunnamius/all-types'

const status: HttpStatusCode = 404;

Documentation

See each sub-package listed above for information on the types this package makes available. Further documentation can be found under docs/.

License

FOSSA analysis

Contributing and Support

New issues and pull requests are always welcome and greatly appreciated! 🤩 Just as well, you can star 🌟 this project to let me know you found it useful! ✊🏿 Thank you!

See CONTRIBUTING.md and SUPPORT.md for more information.