4 lines
60 B
TypeScript
4 lines
60 B
TypeScript
declare function isSet(val: any): boolean;
|
|
|
|
export = isSet;
|
declare function isSet(val: any): boolean;
|
|
|
|
export = isSet;
|