UNPKG

shardy

Version:

Framework for online games and applications on Node.js

6 lines (5 loc) 169 B
export declare class Tools { static generateId(length: number): string; static getTag(item: NodeModule): string; static walk(directory: string): string[]; }