UNPKG

@obelisk/client

Version:

Typescript client to interact with Obelisk on a higher level than the regular ReST API calls.

12 lines (11 loc) 221 B
/** * Config static class holding global settings flag * @hidden */ export declare class Config { /** * Show debug output in console.debug * @default false */ static debug: boolean; }