AmsCdMethods.d.ts 127 B

123
  1. import { ParseMethod } from '../Types.js';
  2. declare let AmsCdMethods: Record<string, ParseMethod>;
  3. export default AmsCdMethods;