Init Commit
This commit is contained in:
commit
93ff8356ce
26 changed files with 667 additions and 0 deletions
5
declarations.d.ts
vendored
Normal file
5
declarations.d.ts
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// declarations.d.ts
|
||||
declare module '*.md' {
|
||||
const content: string;
|
||||
export default content;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue