UNPKG

@backapisocket/io

Version:

A simple API framework using Flexible Persistence

13 lines 341 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // @ts-ignore class RouterSingleton { static getInstance() { if (!this._instance) { this._instance = new this(); } return this._instance; } } exports.default = RouterSingleton; //# sourceMappingURL=routerSingleton.js.map