mirror of
https://github.com/wassname/talk.git
synced 2026-07-03 23:17:14 +08:00
d4b8e5ef70
* feat: iunitial metrics implementation * fix: graphql endpoint was throwing errors. * feat: add metrics env variables to readme
4 lines
100 B
TypeScript
4 lines
100 B
TypeScript
declare module "tsscmp" {
|
|
export default function tsscmp(expect: string, got: string): boolean;
|
|
}
|