typeer
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

Typeer

NPM version

TODO

Install

npm i typeer

Usage

import type { IsEqual } from 'typeer'

type A = [1, 2, 3, 4, 5]
type B = 3

type Test = IsInclude<A, B> // true

Is

  • IsAny
  • IsNumber
  • IsNever
  • IsEqual<T, U>
  • IsInclude<T extends any[], U>

License

MIT License © 2022 JiatLn

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    0
  • 0.1.0
    0
  • 0.0.0
    0

Package Sidebar

Install

npm i typeer

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

3.65 kB

Total Files

6

Last publish

Collaborators

  • jiatln