UNPKG

@altostra/core

Version:

Core library for shared types and logic

1 lines 445 B
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.strictAlphaNumeric=exports.punycode=void 0;var Punycode_1=require("./Punycode");Object.defineProperty(exports,"punycode",{enumerable:!0,get:function(){return Punycode_1.punycode}});var StrictAlphaNumeric_1=require("./StrictAlphaNumeric");Object.defineProperty(exports,"strictAlphaNumeric",{enumerable:!0,get:function(){return StrictAlphaNumeric_1.strictAlphaNumeric}});