UNPKG
@bluemath/topo
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
Topology module of BlueMath
github.com/bluemathsoft/bm-topo
bluemathsoft/bm-topo
@bluemath/topo
/
lib
/
idman.d.ts
6 lines
(5 loc)
•
124 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
class
IDManager
{
static
idmap: any;
static
init
()
: void;
static
genId
(label: string)
: number;
}