UNPKG

@csegames/camelot-unchained

Version:

Camelot Unchained Client Library

7 lines (6 loc) 240 B
export declare function clone<T>(obj: T): T; export declare function merge<T>(obj: T, ...args: any[]): T; export interface Dictionary<T> { [id: string]: T; } export declare function tryParseJSON<T>(json: string, logError?: boolean): T;