Files
talk/src/types/tsscmp.d.ts
T
Wyatt Johnson d4b8e5ef70 [CORL-281] Metrics (#2298)
* feat: iunitial metrics implementation

* fix: graphql endpoint was throwing errors.

* feat: add metrics env variables to readme
2019-05-10 00:26:24 +02:00

4 lines
100 B
TypeScript

declare module "tsscmp" {
export default function tsscmp(expect: string, got: string): boolean;
}