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

9 lines
203 B
TypeScript

/**
* Escapes regexp special chars
*/
export declare function escapeRegExp(str: string): string;
/**
* Trim trailing char
*/
export declare function chomp(str: string, char: string): string;