UNPKG

subflow

Version:

Safety your data flow in TypeScript with flow-based primitives.

4 lines (3 loc) 246 B
import { Methods, BigintFlowMethods, Flow } from '../types'; export declare const bigIntMethods: BigintFlowMethods; export declare const bigintFlow: <M extends Methods<bigint>>(value: bigint, methods?: M) => Flow<bigint> & M & BigintFlowMethods;