UNPKG

whoisens-lib

Version:

Whois for ENS (Ethereum Name Service) lookup service

13 lines 319 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class Config { constructor() { } static getInstance() { if (!Config.instance) Config.instance = new Config(); return Config.instance; } } exports.default = Config; //# sourceMappingURL=Config.js.map