UNPKG

108 BTypeScriptView Raw
1/**
2 * Will only allow arrays
3 */
4export declare function IsArray(target: any, propertyName: string): void;