UNPKG

@averagehelper/corde

Version:

A simple library for Discord bot tests. (Republished fork to demonstrate a bugfix)

8 lines (7 loc) 181 B
declare class GuidManager { new(): string; validate(guid: string): boolean; parse(guid: string): ArrayLike<number>; } export declare const Guid: GuidManager; export {};