add day 85

This commit is contained in:
Zoe
2022-12-16 21:43:58 -06:00
parent 88677915b4
commit 9cfa458b1c
50 changed files with 12355 additions and 4 deletions

9
day85/types/index.d.ts vendored Normal file
View File

@@ -0,0 +1,9 @@
/* eslint-disable no-var */
declare module '*.css'
declare global {
var _ctx: Record<string, unknown>;
}
export { };