add day 73
This commit is contained in:
7
day73/types/index.d.ts
vendored
Normal file
7
day73/types/index.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/* eslint-disable no-var */
|
||||
|
||||
declare global {
|
||||
var _ctx: Record<string, Record<string, never>>;
|
||||
}
|
||||
|
||||
export { };
|
||||
Reference in New Issue
Block a user