How to use hyperlinker - 1 common examples

To help you get started, we’ve selected a few hyperlinker 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 danger / danger-js / source / commands / init / state-setup.ts View on Github external
  const fancyLink = (name: string, href: string) => hyperLinker(name, href)
  const inlineLink = (_name: string, href: string) => chalk.underline(href)

hyperlinker

Write hyperlinks in the terminal.

MIT
Latest version published 6 years ago

Package Health Score

67 / 100
Full package analysis

Popular hyperlinker functions