UNPKG

lifehash

Version:

TypeScript/JavaScript implementation of LifeHash, a visual hash algorithm

2 lines (1 loc) 91 B
export declare const reverse: <T>(some_colorfunc: (t: number) => T) => ((t: number) => T);