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 { PickRequired } from "./PickRequired.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 { Extends } from "./Extends.ts";export type { Not } from "./Not.ts";export type { UnionToIntersection } from "./UnionToIntersection.ts";export * from "./objectEntries.ts";export * from "./objectFromEntries.ts";export * from "./noUndefined.ts";export * from "./Reflect.ts";export * from "./capitalize.ts";export * from "./uncapitalize.ts";