switch.d.ts 102 B

1
  1. export declare const createSwitch: <F extends (...args: any[]) => any>(fn: F, codegen: () => F) => F;