0.1.3 • Published 11 months ago

@tunebond/halt-text v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

Installation

pnpm add @tunebond/halt-text
yarn add @tunebond/halt-text
npm i @tunebond/halt-text

Usage

import makeHalt from '@tunebond/halt-text'

export function halt(form: Name, link: Link<Base, Name>) {
  throw makeHalt({ base, form, host, link })
}

process.on('uncaughtException', err => {
  console.log(err.stack)
})

halt('invalid_type', { name: 'foo', type: 'bar' })

License

MIT

TuneBond

This is being developed by the folks at TuneBond, a California-based project for helping humanity master information and computation. TuneBond started off in the winter of 2008 as a spark of an idea, to forming a company 10 years later in the winter of 2018, to a seed of a project just beginning its development phases. It is entirely bootstrapped by working full time and running Etsy and Amazon shops. Also find us on Facebook, Twitter, and LinkedIn. Check out our other GitHub projects as well!

0.1.3

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago

0.0.1

11 months ago