UNPKG

@real-estate/core

Version:

A simple library to maintain state in JavaScript

9 lines (8 loc) 220 B
declare class StateIdCounter { private static instance; private counter; private constructor(); static getInstance(): StateIdCounter; getNewStateid(): number; } export default StateIdCounter;