@proscom/ui-utils
Advanced tools
Comparing version 0.1.12 to 0.1.13
@@ -0,2 +1,3 @@ | ||
export * from './define'; | ||
export * from './EnumHelpers'; | ||
export * from './SingleTimeoutManager'; |
@@ -0,3 +1,4 @@ | ||
export * from './define'; | ||
export * from './EnumHelpers'; | ||
export * from './SingleTimeoutManager'; | ||
//# sourceMappingURL=index.js.map |
@@ -17,1 +17,4 @@ export declare const LAQUO = "\u00AB"; | ||
export declare const GEQ = "\u2265"; | ||
export declare const ARROW_LEFT = "\u2190"; | ||
export declare const ARROW_RIGHT = "\u2192"; | ||
export declare const MAC_OPTION = "\u2325"; |
@@ -17,2 +17,5 @@ export var LAQUO = '\u00AB'; // « | ||
export var GEQ = '\u2265'; // ≥ | ||
export var ARROW_LEFT = '\u2190'; // ← | ||
export var ARROW_RIGHT = '\u2192'; // → | ||
export var MAC_OPTION = '\u2325'; // ⌥ | ||
//# sourceMappingURL=utf.js.map |
@@ -0,2 +1,3 @@ | ||
export * from './define'; | ||
export * from './EnumHelpers'; | ||
export * from './SingleTimeoutManager'; |
@@ -13,4 +13,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./define"), exports); | ||
__exportStar(require("./EnumHelpers"), exports); | ||
__exportStar(require("./SingleTimeoutManager"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -17,1 +17,4 @@ export declare const LAQUO = "\u00AB"; | ||
export declare const GEQ = "\u2265"; | ||
export declare const ARROW_LEFT = "\u2190"; | ||
export declare const ARROW_RIGHT = "\u2192"; | ||
export declare const MAC_OPTION = "\u2325"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.GEQ = exports.NEQ = exports.LEQ = exports.RUBLE = exports.RSAQUO = exports.LSAQUO = exports.HELLIP = exports.NBSP = exports.EMSP = exports.ENSP = exports.THIRDSP = exports.QUARTERSP = exports.THINSP = exports.EMDASH = exports.RAQUO = exports.LAQUO = void 0; | ||
exports.MAC_OPTION = exports.ARROW_RIGHT = exports.ARROW_LEFT = exports.GEQ = exports.NEQ = exports.LEQ = exports.RUBLE = exports.RSAQUO = exports.LSAQUO = exports.HELLIP = exports.NBSP = exports.EMSP = exports.ENSP = exports.THIRDSP = exports.QUARTERSP = exports.THINSP = exports.EMDASH = exports.RAQUO = exports.LAQUO = void 0; | ||
exports.LAQUO = '\u00AB'; // « | ||
@@ -20,2 +20,5 @@ exports.RAQUO = '\u00BB'; // » | ||
exports.GEQ = '\u2265'; // ≥ | ||
exports.ARROW_LEFT = '\u2190'; // ← | ||
exports.ARROW_RIGHT = '\u2192'; // → | ||
exports.MAC_OPTION = '\u2325'; // ⌥ | ||
//# sourceMappingURL=utf.js.map |
{ | ||
"name": "@proscom/ui-utils", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"description": "Proscom UI utilities", | ||
@@ -39,3 +39,3 @@ "author": "Andrew Starostin <a.starostin@proscom.ru>", | ||
}, | ||
"gitHead": "dd85fae9d3b9941ceb725d615bf6fdfa876bc422" | ||
"gitHead": "c0aaeeb990e1c91ecbe6f5109ff365eebaf5d425" | ||
} |
@@ -22,2 +22,3 @@ # `@proscom/ui-utils` | ||
- [define](./src/helpers/define.ts) | ||
- [EnumHelpers](./src/helpers/EnumHelpers.ts) | ||
@@ -24,0 +25,0 @@ - [SingleTimeoutManager](./src/helpers/SingleTimeoutManager.ts) |
@@ -0,2 +1,3 @@ | ||
export * from './define'; | ||
export * from './EnumHelpers'; | ||
export * from './SingleTimeoutManager'; |
@@ -17,1 +17,4 @@ export const LAQUO = '\u00AB'; // « | ||
export const GEQ = '\u2265'; // ≥ | ||
export const ARROW_LEFT = '\u2190'; // ← | ||
export const ARROW_RIGHT = '\u2192'; // → | ||
export const MAC_OPTION = '\u2325'; // ⌥ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
219313
247
4055
107