UNPKG

wordmap

Version:
7 lines (6 loc) 115 B
export default interface AlgorithmInterface { /** * The name of the algorithm */ name: string; }