8 lines
288 B
TypeScript
8 lines
288 B
TypeScript
import { Configuration } from '../Configuration.js';
|
|
import { ParseMethod } from '../Types.js';
|
|
export declare const ENCLOSE_OPTIONS: {
|
|
[key: string]: number;
|
|
};
|
|
export declare let EncloseMethods: Record<string, ParseMethod>;
|
|
export declare const EncloseConfiguration: Configuration;
|