UNPKG

501 BTypeScriptView Raw
1import { Options as Opts, Config } from "./util/Options";
2import EyeglassImpl from "./Eyeglass";
3interface AdditionalFunctions {
4 resetGlobalCaches(): void;
5}
6declare type PublicConstructor = typeof EyeglassImpl & AdditionalFunctions & ((options: Opts) => Config);
7declare type Eyeglass = EyeglassImpl;
8declare const Eyeglass: PublicConstructor;
9declare namespace Eyeglass {
10 type EyeglassOptions = Opts;
11 type EyeglassConfig = Config;
12}
13export = Eyeglass;
14//# sourceMappingURL=index.d.ts.map
\No newline at end of file