hexo/node_modules/sftp-sync-deploy/lib/util.d.ts

9 lines
195 B
TypeScript
Raw Normal View History

2023-09-25 15:58:56 +08:00
/**
* Escapes regexp special chars
*/
export declare function escapeRegExp(str: string): string;
/**
* Trim trailing char
*/
export declare function chomp(str: string, char: string): string;