UNPKG

267 BTypeScriptView Raw
1/**
2 * Indicates which warnings are currently enabled. By default all warnings are
3 * enabled, and can be silenced through the --silence-warning option.
4 */
5export declare const enabledWarnings: {
6 [name: string]: boolean;
7};
8//# sourceMappingURL=warnings.d.ts.map
\No newline at end of file