@dannyfranca/common-types

Common type helpers to be used in many TypeScript projects.

Usage no npm install needed!

<script type="module">
  import dannyfrancaCommonTypes from 'https://cdn.skypack.dev/@dannyfranca/common-types';
</script>

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

MIT License

Copyright (c) Danny França contato@dannyfranca.com