UNPKG

jslib-nightly

Version:

SheerID JavaScript Library

5 lines (4 loc) 201 B
import { Options } from '../lib/types/types'; export declare const getOptions: () => Options; export declare const resetOptions: () => void; export declare const setOptions: (newOptions: any) => void;