@dannyfranca/common-types
v0.1.1
Published
Common type helpers to be used in many TypeScript projects.
Downloads
2
Maintainers
Readme
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 [email protected]