UNPKG
shardy
Version:
latest (1.2.0)
1.2.0
1.0.2
1.0.1
1.0.0
Framework for online games and applications on Node.js
github.com/mopsicus/shardy
mopsicus/shardy
shardy
/
dist
/
Tools.d.ts
6 lines
(5 loc)
•
169 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
class
Tools
{
static
generateId
(
length
: number):
string
;
static
getTag
(
item
: NodeModule):
string
;
static
walk
(
directory
:
string
):
string
[]; }