UNPKG

mission.core

Version:
12 lines (11 loc) 335 B
import { IncludeOptions } from '../vendor'; export declare class AppIncludes { [name: string]: IncludeOptions; static get Instance(): AppIncludes; static add(item: { [key: string]: IncludeOptions; }): void; static get(key: string): IncludeOptions; private static singleton; private constructor(); }