UNPKG

@tradingaction/indicators

Version:
4 lines (3 loc) 90 B
export const functor = (v: any) => { return typeof v === "function" ? v : () => v; };