README
dannyfranca/common-types
TypeScript starting point handsome, clean and easy with test, CI, code coverage, documentation and git hooks.
Getting Started
- Install Dependency
yarn add @dannyfranca/common-types
Usage
Just import the types and use
import {ObjectWithType} from "@dannyfranca/common-types"
const data: ObjectWithType<string> = {
// ...
}
See usage examples in src/example.ts
License
Copyright (c) Danny França contato@dannyfranca.com