UNPKG

@dartess/multicoin-address-validator

Version:

Multicoin address validator for Bitcoin and other Altcoins ported to TypeScript.

6 lines 270 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const index_1 = require("./index"); // @ts-ignore window.WAValidator = { validate: index_1.validate, getSupportedSymbols: index_1.getSupportedSymbols }; //# sourceMappingURL=browser.js.map