type {}

type {}

A frozen object that consists of is, are, and guard objects.

type.object.ts
const type = Object.freeze({
  are,
  is,
  guard
});

Properties

are

The object consists of are functions.

guard

The object consists of guard functions.

is

The object consists of is functions.

Example usage

Last updated

Was this helpful?