NewcommandMethods.d.ts 137 B

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