Interface OnceConstructor<TFn>

Source
Expand description

Options to construct a once function

interface OnceConstructor<TFn> {
    fn: TFn;
}

Properties§

§fn: TFn

Function to be called only once