UNPKG

@bemedev/basifun

Version:
4 lines 239 B
import type { Fn } from '../../.bemedev/globals/types'; export type isArray_F = <T>(value: unknown) => value is T[]; export type Asyncfy_F = <P extends any[], R = any>(fn: Fn<P, R>) => Fn<P, Promise<R>>; //# sourceMappingURL=types.d.ts.map