UNPKG

@typed-tabletop-simulator/declaration

Version:
10 lines (8 loc) 268 B
/** @noSelfInFile */ declare interface MoonsharpJson { serialize: (this: void, content: any) => string; parse: <T>(this: void, content: string) => T; isnull: (this: void, value: any) => boolean; null: (this: void) => any; } declare const json: MoonsharpJson;