UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

6 lines (5 loc) 306 B
import { Options } from '../lib/types/types'; export declare const getOptions: () => Options; export declare const getOption: (key: keyof Options) => string | number | boolean | object; export declare const resetOptions: () => void; export declare const setOptions: (newOptions: Partial<Options>) => void;