mirror of
https://github.com/zhouxiaoka/autoclip.git
synced 2026-05-22 20:31:52 +08:00
4 lines
109 B
TypeScript
4 lines
109 B
TypeScript
import type { ExecuteRule } from '../interface';
|
|
declare const pattern: ExecuteRule;
|
|
export default pattern;
|