Comparing version 1.0.1 to 1.0.2
@@ -1,3 +0,2 @@ | ||
export * from './lexoRankBucket'; | ||
export * from './lexoRank'; | ||
export * from './numeralSystems'; |
@@ -6,3 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./lexoRankBucket")); | ||
__export(require("./lexoRank")); | ||
__export(require("./numeralSystems")); |
import { ILexoNumeralSystem } from './lexoNumeralSystem'; | ||
declare class LexoNumeralSystem10 implements ILexoNumeralSystem { | ||
export declare class LexoNumeralSystem10 implements ILexoNumeralSystem { | ||
getBase(): number; | ||
@@ -10,2 +10,1 @@ getPositiveChar(): string; | ||
} | ||
export default LexoNumeralSystem10; |
@@ -26,2 +26,2 @@ "use strict"; | ||
} | ||
exports.default = LexoNumeralSystem10; | ||
exports.LexoNumeralSystem10 = LexoNumeralSystem10; |
import { ILexoNumeralSystem } from './lexoNumeralSystem'; | ||
declare class LexoNumeralSystem36 implements ILexoNumeralSystem { | ||
export declare class LexoNumeralSystem36 implements ILexoNumeralSystem { | ||
private DIGITS; | ||
@@ -11,2 +11,1 @@ getBase(): number; | ||
} | ||
export default LexoNumeralSystem36; |
@@ -32,2 +32,2 @@ "use strict"; | ||
} | ||
exports.default = LexoNumeralSystem36; | ||
exports.LexoNumeralSystem36 = LexoNumeralSystem36; |
import { ILexoNumeralSystem } from './lexoNumeralSystem'; | ||
declare class LexoNumeralSystem64 implements ILexoNumeralSystem { | ||
export declare class LexoNumeralSystem64 implements ILexoNumeralSystem { | ||
DIGITS: string[]; | ||
@@ -11,2 +11,1 @@ getBase(): number; | ||
} | ||
export default LexoNumeralSystem64; |
@@ -41,2 +41,2 @@ "use strict"; | ||
} | ||
exports.default = LexoNumeralSystem64; | ||
exports.LexoNumeralSystem64 = LexoNumeralSystem64; |
{ | ||
"name": "lexorank", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A reference implementation of a list ordering system like JIRA's Lexorank algorithm", | ||
@@ -5,0 +5,0 @@ "author": "kvandake", |
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
78319
40
2293