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

Readme

Keywords

Package Sidebar

Install

npm i typeer

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

3.65 kB

Total Files

6

Last publish

Collaborators

  • jiatln