Files

4 lines
105 B
TypeScript
Raw Permalink Normal View History

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