dep ver bump; clean-up; minor updates

Signed-off-by: Paul W. <lambdapaul@protonmail.com>
This commit is contained in:
2024-12-28 12:23:50 -05:00
parent 619d2771cc
commit 22e3c294b0
28 changed files with 424 additions and 410 deletions

7
shims.d.ts vendored
View File

@@ -1,8 +1,3 @@
declare module '*.yaml' {
const record: Record<string, any>;
export default record;
}
declare module '*.md' {
const rawmd: string;
export default rawmd;
@@ -11,4 +6,4 @@ declare module '*.md' {
declare module '*.txt' {
const content: string;
export default content;
}
}