UNPKG

standard-data-structures

Version:

A collection of standard data-structures for node and browser

6 lines (5 loc) 117 B
/** * Exception thrown when a value isn't available */ export declare class NoSuchValueException extends Error { }