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

4 lines
110 B

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