UNPKG

pnpm

Version:

A fast implementation of npm install

6 lines (5 loc) 184 B
/** * An error message with a `silent` flag, where the stack is supressed. * Used for user-friendly error messages. */ export default function runtimeError(message: string): Error;