@sheerid/jslib-nightly
Version:
SheerID JavaScript Library
7 lines (5 loc) • 307 B
TypeScript
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;