UNPKG

@furo/util

Version:
8 lines (7 loc) 140 B
/** * Error for the `furo-forth-stack` component. * */ export class EmptyStackError extends Error { constructor(...params: any[]); }