first commit
This commit is contained in:
6
node_modules/snarkdown/snarkdown.d.ts
generated
vendored
Normal file
6
node_modules/snarkdown/snarkdown.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
declare module "snarkdown" {
|
||||
interface Links {
|
||||
[index: string]: string;
|
||||
}
|
||||
export default function (urlStr: string, prevLinks?: Links): string;
|
||||
}
|
||||
Reference in New Issue
Block a user