How to use release-zalgo - 3 common examples

To help you get started, we’ve selected a few release-zalgo 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 otissv / remodule / node_modules / package-hash / index.js View on Github external
module.exports = (paths, salt) => {
  return run(releaseZalgo.async(), paths, salt)
}
module.exports.sync = (paths, salt) => {
github otissv / remodule / node_modules / package-hash / index.js View on Github external
module.exports.sync = (paths, salt) => {
  const result = run(releaseZalgo.sync(), paths, salt)
  return releaseZalgo.unwrapSync(result)
}
github otissv / remodule / node_modules / package-hash / index.js View on Github external
module.exports.sync = (paths, salt) => {
  const result = run(releaseZalgo.sync(), paths, salt)
  return releaseZalgo.unwrapSync(result)
}

release-zalgo

Helps you write code with promise-like chains that can run both synchronously and asynchronously

ISC
Latest version published 7 years ago

Package Health Score

65 / 100
Full package analysis