UNPKG

bit-crush

Version:
11 lines (9 loc) 144 B
interface ISwap { from: string, to: string } interface ICandidate { word: string, wordOccurences: number savings: number }