Commit 1986670d authored by XieJiSS's avatar XieJiSS
Browse files

fix: typing issue

parent f0dc1289
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TODO List</title> <title>TODO List</title>
<script src="??????"></script> <script src="??????" type="module"></script>
<link rel="stylesheet" href="??????"> <link rel="stylesheet" href="??????">
</head> </head>
......
// @ts-check // @ts-check
import { format } from 'https://esm.run/date-fns';
/** /**
* @param {Date} from * @param {Date} from
* @param {Date} to * @param {Date} to
......
declare module "https://esm.run/date-fns" {
export * from "date-fns";
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment