UNPKG

runelib

Version:

runestones encode and decode

4 lines (3 loc) 197 B
export declare function applySpacers(str: string, spacers: number): string; export declare function getSpacersVal(str: string): number; export declare function removeSpacers(rune: string): string;