summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/tldts-core/dist/types/src/domain.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wiki/ImportarDesdeURL/node_modules/tldts-core/dist/types/src/domain.d.ts')
-rw-r--r--bin/wiki/ImportarDesdeURL/node_modules/tldts-core/dist/types/src/domain.d.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/wiki/ImportarDesdeURL/node_modules/tldts-core/dist/types/src/domain.d.ts b/bin/wiki/ImportarDesdeURL/node_modules/tldts-core/dist/types/src/domain.d.ts
new file mode 100644
index 00000000..4982c294
--- /dev/null
+++ b/bin/wiki/ImportarDesdeURL/node_modules/tldts-core/dist/types/src/domain.d.ts
@@ -0,0 +1,5 @@
+import { IOptions } from './options';
+/**
+ * Detects the domain based on rules and upon and a host string
+ */
+export default function getDomain(suffix: string, hostname: string, options: IOptions): string | null;