range.d.ts 105 B

123
  1. import type { ExecuteRule } from '../interface';
  2. declare const range: ExecuteRule;
  3. export default range;