We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b01a5cd commit afd86b5Copy full SHA for afd86b5
snarkdown.d.ts
@@ -0,0 +1,6 @@
1
+declare module "snarkdown" {
2
+ interface Links {
3
+ [index: string]: string;
4
+ }
5
+ export default function (urlStr: string, prevLinks?: Links): string;
6
+}
0 commit comments