Sha256: e4b94e1cab43978c2cb360210076dc0ddc24127f899b26ecd1d08ad3e69a8bfb
Contents?: true
Size: 205 Bytes
Versions: 26
Compression:
Stored size: 205 Bytes
Contents
/** * Return the part of domain without suffix. * * Example: for domain 'foo.com', the result would be 'foo'. */ export default function getDomainWithoutSuffix(domain: string, suffix: string): string;
Version data entries
26 entries across 26 versions & 1 rubygems