case.d.ts 190 B

1234
  1. import { TargetCaseType } from '@commitlint/types';
  2. export default ensureCase;
  3. declare function ensureCase(raw?: string, target?: TargetCaseType): boolean;
  4. //# sourceMappingURL=case.d.ts.map