How to use the tldts-core.FLAG.ALL function in tldts-core

To help you get started, we’ve selected a few tldts-core examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github remusao / tldts / packages / tldts / index.ts View on Github external
export function parse(url: string, options: Partial = {}): IResult {
  return parseImpl(url, FLAG.ALL, suffixLookup, options, getEmptyResult());
}
github remusao / tldts / packages / tldts-experimental / index.ts View on Github external
export function parse(url: string, options: Partial = {}): IResult {
  return parseImpl(url, FLAG.ALL, suffixLookup, options, getEmptyResult());
}

tldts-core

tldts core primitives (internal module)

MIT
Latest version published 4 days ago

Package Health Score

83 / 100
Full package analysis

Similar packages