UNPKG

101 BTypeScriptView Raw
1/**
2 * Only allows null
3 */
4export declare function IsNull(target: any, propertyName: string): void;