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

fix: typing issue

parent f0dc1289
This diff is collapsed.
......@@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TODO List</title>
<script src="??????"></script>
<script src="??????" type="module"></script>
<link rel="stylesheet" href="??????">
</head>
......
// @ts-check
import { format } from 'https://esm.run/date-fns';
/**
* @param {Date} from
* @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