Line data Source code
1 : // @ts-check 2 : 3 : /* NOTE: declare constants here */ 4 : 5 : /** @type {string} */ 6 : // @ts-ignore 7 1 : const VER = (typeof VERSION === 'undefined') ? 'unknown' : VERSION; // jshint ignore:line 8 : export { VER as VERSION }; 9 : 10 : /** @type {string} */ 11 : // @ts-ignore 12 1 : const TI = (typeof TITLE === 'undefined') ? 'unknown' : TITLE; // jshint ignore:line 13 : export { TI as TITLE };