UNPKG

ng2-qgrid

Version:
4 lines (3 loc) 203 B
export declare function parseFactory<V>(type: string, editor?: string): (v: any) => V; export declare function getType(value: any): string; export declare function isPrimitive(type: string): boolean;