EncloseConfiguration.d.ts 288 B

1234567
  1. import { Configuration } from '../Configuration.js';
  2. import { ParseMethod } from '../Types.js';
  3. export declare const ENCLOSE_OPTIONS: {
  4. [key: string]: number;
  5. };
  6. export declare let EncloseMethods: Record<string, ParseMethod>;
  7. export declare const EncloseConfiguration: Configuration;