UNPKG

build-function

Version:

The way to describe and build simple functions using JSON

4 lines (3 loc) 185 B
export declare function returning<V>(value: V): () => V; export declare function returning(): () => undefined; export declare const hasOwn: (v: string | number | symbol) => boolean;