dep ver bump; clean-up; minor updates
Signed-off-by: Paul W. <lambdapaul@protonmail.com>
This commit is contained in:
7
shims.d.ts
vendored
7
shims.d.ts
vendored
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user