/** * Generic function type */ export type SomeFunction = (...args: Args) => R; //# sourceMappingURL=some-function.d.ts.map