UNPKG

telegram-mtproto

Version:
8 lines (7 loc) 179 B
export class OnlyStatic { constructor() { throw new Error(`Created instance of only static class`); } } export default OnlyStatic; //# sourceMappingURL=only-static.js.map