moment.d.ts 164 B

1234
  1. import type { Moment } from 'moment';
  2. import type { GenerateConfig } from '.';
  3. declare const generateConfig: GenerateConfig<Moment>;
  4. export default generateConfig;