@mikelgo/strict-types
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

strict-types

A utility library for strict TypeScript applications.

In strict mode you commonly have union types for variables which usually consists of type | undefined |null, where type is e.g. string.

This library is providing for each primitive data type a strict type:

  • StrictString
  • StrictNumber
  • StrictBoolean
  • StrictArray
  • StrictObject

/@mikelgo/strict-types/

    Package Sidebar

    Install

    npm i @mikelgo/strict-types

    Weekly Downloads

    1

    Version

    1.0.0

    License

    none

    Unpacked Size

    3.11 kB

    Total Files

    20

    Last publish

    Collaborators

    • mikelgo