UNPKG

@bemedev/basifun

Version:
4 lines 202 B
import type { Identitfy } from './types'; export type Identify_F = <const T>(arg?: Record<string, T>) => Identitfy<T>[]; export declare const identify: Identify_F; //# sourceMappingURL=identify.d.ts.map