UNPKG

blots

Version:

A Minimal and Expressive JS SPA Micro Framework

12 lines (9 loc) 149 B
export class RouterInstance { instance = null; static set(obj) { this.instance = obj; } static get() { return this.instance; } }