UNPKG

@senx/discovery-code

Version:

Discovery Code Editor

12 lines (11 loc) 246 B
export interface IEntry { description?: string; signature?: string; tags?: string[]; since?: string; OPB64name: string; } export interface IEntries { [name: string]: IEntry; } export declare var globalfunctions: IEntries;