UNPKG

ez-web-toolkit

Version:
15 lines (14 loc) 309 B
/** * @namespace toolkit.constants */ /** * @class toolkit.constants.TypeConsts * @classdesc The type constants. */ export declare class TypeConsts { /** * The empty guid constant. * @member {string} toolkit.constants.TypeConsts#emptyGuid */ static emptyGuid: string; }