https://github.com/sno2/type-toolkit
A collection of types to ease your TypeScript experience and super-charge your development⚡
https://github.com/sno2/type-toolkit
deno deno-module typescript typescript-library typescript-types
Last synced: 3 months ago
JSON representation
A collection of types to ease your TypeScript experience and super-charge your development⚡
- Host: GitHub
- URL: https://github.com/sno2/type-toolkit
- Owner: sno2
- License: mit
- Created: 2021-01-05T23:08:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-06T15:45:50.000Z (almost 4 years ago)
- Last Synced: 2025-02-22T01:35:19.516Z (4 months ago)
- Topics: deno, deno-module, typescript, typescript-library, typescript-types
- Language: TypeScript
- Homepage: https://deno.land/x/type_toolkit
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Type Toolkit
### A collection of types to ease your TypeScript experience and super-charge your development⚡
> Type Toolkit is currently in alpha. Therefore, the API is subject to change.
## Setup
To setup Type Toolkit, just import it from the Deno third party modules index by inserting this line of code into your TypeScript file:
```ts
import type { Foo } from "https://deno.land/x/type_toolkit/mod.d.ts";
```## Guide
Todo😉
## Roadmap
### Case
Able to convert string types to Kebab, Pascal, and Snake Case string types.
## License
type-toolkit is license under the MIT license. See the [attached LICENSE file](LICENSE).