UNPKG

dograma

Version:

NodeJS/Browser MTProto API Telegram client library,

10 lines (9 loc) 254 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LocalStorage = void 0; class LocalStorage { constructor(location) { throw new Error("Do not call me"); } } exports.LocalStorage = LocalStorage;