summaryrefslogtreecommitdiff
path: root/includes/external/addressbook/node_modules/open-graph-scraper/dist/lib/request.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'includes/external/addressbook/node_modules/open-graph-scraper/dist/lib/request.d.ts')
-rw-r--r--includes/external/addressbook/node_modules/open-graph-scraper/dist/lib/request.d.ts9
1 files changed, 9 insertions, 0 deletions
diff --git a/includes/external/addressbook/node_modules/open-graph-scraper/dist/lib/request.d.ts b/includes/external/addressbook/node_modules/open-graph-scraper/dist/lib/request.d.ts
new file mode 100644
index 0000000..a043f73
--- /dev/null
+++ b/includes/external/addressbook/node_modules/open-graph-scraper/dist/lib/request.d.ts
@@ -0,0 +1,9 @@
+/**
+ * performs the got request and formats the body for ogs
+ *
+ * @param {object} gotOptions - options for got
+ * @param {object} ogsOptions - options for ogs
+ * @return {object} formatted request body and response
+ *
+ */
+export default function requestAndResultsFormatter(gotOptions: any, ogsOptions: any): Promise<any>;