UNPKG

250 BTypeScriptView Raw
1export declare function suppressDTWarnings(): void;
2export declare class DT {
3 private m;
4 setData(type: string, value: string): void;
5 getData(type: string): string | undefined;
6 forEach(f: (value: string, key: string) => void): void;
7}