Skip to main content
Module

x/tsafe/index.ts

🔩 The missing TypeScript utils
Go to Latest
File
export * from "./assert.ts";export * from "./exclude.ts";export * from "./flip.ts";export * from "./id.ts";export * from "./isPromiseLike.ts";export type { MethodNames } from "./MethodNames.ts";export * from "./objectKeys.ts";export type { Parameters } from "./Parameters.ts";export type { Param0 } from "./Param0.ts";export type { PickOptionals } from "./PickOptionals.ts";export type { ReturnType } from "./ReturnType.ts";export * from "./typeGuard.ts";export type { UnpackPromise } from "./UnpackPromise.ts";export * from "./is.ts";export type { Equals } from "./Equals.ts";export type { Not } from "./Not.ts";