We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40f0761 + 4895a07 commit 3119f53Copy full SHA for 3119f53
src/lib.d.ts
@@ -138,6 +138,6 @@ interface OsmStaticMapsOptions {
138
}
139
140
/** Renders a map controlled by the options passed and returns an image */
141
-function _default<T extends OsmStaticMapsOptions>(
+declare function _default<T extends OsmStaticMapsOptions>(
142
options?: T
143
): Promise<T extends { renderToHtml: true } ? string : Buffer>;
0 commit comments