UNPKG

typescript-algorithms-and-datastructures

Version:
6 lines (5 loc) 156 B
import { ITypedArray } from "../ITypedArray"; export interface IObjectArrayProperty { name: string; type: new (size: number) => ITypedArray; }