Type alias FunctionSet

FunctionSet: {
    [key: string | symbol]: PureFunction;
}

Type declaration

Generated using TypeDoc