Sha256: 728ead54363374ff91f50d97f4e4cb016cf7d98b5776e4a275561465e9b55644
Contents?: true
Size: 213 Bytes
Versions: 26
Compression:
Stored size: 213 Bytes
Contents
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;
Version data entries
26 entries across 26 versions & 1 rubygems