UNPKG

@synstack/resolved

Version:

Type-safe piping of synchronous or asynchronous values

5 lines (4 loc) 221 B
export * as callable from "./callable.bundle.ts"; export { default } from "./callable.default.ts"; export { resolveNested } from "./callable.lib.ts"; export type { Callable, CallableResolvable } from "./callable.lib.ts";