@signumjs/core
Version:
Principal package with functions and models for building Signum Network applications.
15 lines • 431 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getAliasById = void 0;
/**
* Use with {@link ApiComposer} and belongs to {@link AliasApi}.
*
* See details at {@link AliasApi.getAliasById}
*
* @category factories
*/
const getAliasById = (service) => (aliasId) => service.query('getAlias', {
alias: aliasId,
});
exports.getAliasById = getAliasById;
//# sourceMappingURL=getAliasById.js.map