API reference › @evolu/common › Type › isType
function isType(value: unknown): value is AnyType;
Defined in: packages/common/src/Type.ts:591
Checks if the given value is an Type.
API reference › @evolu/common › Type › isType
function isType(value: unknown): value is AnyType;
Defined in: packages/common/src/Type.ts:591
Checks if the given value is an Type.