1
0
forked from jchomaz/Vulture
Files

3 lines
66 B
TypeScript

declare const equal: (a: any, b: any) => boolean;
export = equal;