UNPKG

pertain

Version:

Automated pub/sub across project dependencies. Run code from any installed package based on declarative rules in package.json

7 lines (6 loc) 181 B
/** * Throw this to visually indicate Pertain errors in stack traces with a tag. */ export default class PertainError extends Error { constructor(original: string | Error); }