UNPKG

@stnekroman/tstools

Version:

Set of handy tools for TypeScript development

7 lines (6 loc) 222 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NoSuchElementException = void 0; class NoSuchElementException extends Error { } exports.NoSuchElementException = NoSuchElementException;