Skip to main content

Type Alias: ArrayType

type ArrayType = ts.Type & {
symbol: {
name: "Array";
};
};

Defined in: util/typeguard.ts:15

Array-like TypeScript type with a direct Array symbol binding.

Type Declaration​

symbol​

readonly symbol: {
name: "Array";
};

symbol.name​

readonly name: "Array";