@signumjs/core
Version:
Principal package with functions and models for building Signum Network applications.
16 lines • 453 B
JavaScript
;
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