UNPKG

@signumjs/core

Version:

Principal package with functions and models for building Signum Network applications.

16 lines 453 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getAliasByName = void 0; /** * Use with {@link ApiComposer} and belongs to {@link AliasApi}. * * See details at {@link AliasApi.getAliasByName} * * @category factories */ const getAliasByName = (service) => (aliasName, tld) => service.query('getAlias', { aliasName, tld }); exports.getAliasByName = getAliasByName; //# sourceMappingURL=getAliasByName.js.map