Skip to content

A collection of types to ease your TypeScript experience and super-charge your development⚡

License

Notifications You must be signed in to change notification settings

sno2/type-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

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.