type {}

type {}

A frozen objectarrow-up-right that consists of is, are, and guard objects.

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

Properties

are

The objectarrow-up-right consists of are functions.

guard

The objectarrow-up-right consists of guard functions.

is

The objectarrow-up-right consists of is functions.

Example usage

Last updated