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, 0 insertions, 9 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
deleted file mode 100644
index a043f73..0000000
--- a/includes/external/addressbook/node_modules/open-graph-scraper/dist/lib/request.d.ts
+++ /dev/null
@@ -1,9 +0,0 @@
-/**
- * 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>;