UNPKG

@altostra/core

Version:

Core library for shared types and logic

1 lines 429 B
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.altostraAccountId=exports.isAltostraAccountId=void 0;const EntityId_1=require("../../CustomTypes/EntityId");function isAltostraAccountId(t){return(0,EntityId_1.isEntityId)(t)}function altostraAccountId(t){return(0,EntityId_1.namedEntityId)(t,"altostraAccount")}exports.isAltostraAccountId=isAltostraAccountId,exports.altostraAccountId=altostraAccountId;