UNPKG

@keybittech/awayto

Version:

Deploy a fully-featured application in about 10 minutes that is primed for quick development. Do business, impress a client with a quick demo, finish your poc with time to spare; all easily achievable with Awayto.

8 lines (7 loc) 194 B
class ErrorType extends Error { constructor(message?: string & unknown) { super(message); Object.setPrototypeOf(this, new.target.prototype); } } export default { ErrorType }