UNPKG

@aedart/contracts

Version:

The Ion contracts package. Contains types, interfaces and unique identifiers

19 lines (15 loc) 406 B
/** * @aedart/contracts * * BSD-3-Clause, Copyright (c) 2023-present Alin Eugen Deac <aedart@gmail.com>. */ 'use strict'; /** * Exceptions identifier * * @type {Symbol} */ const SUPPORT_EXCEPTIONS = Symbol('@aedart/contracts/support/exceptions'); exports.SUPPORT_EXCEPTIONS = SUPPORT_EXCEPTIONS; module.exports = Object.assign(exports.default, exports); //# sourceMappingURL=exceptions.cjs.map