A suite to track Project Diva score statistics and ratings / D4DJ event data.

5 lines
110 B

5 years ago
declare module 'fast-json-stable-stringify' {
function stringify(obj: any): string;
export = stringify;
}