UNPKG

service-model

Version:

An object oriented web service framework inspired by Windows Communication Foundation.

7 lines (6 loc) 167 B
/** * Escapes a string for an exact match in a regular expression. * @param str String to escape * @hidden */ export declare function escape(str: string): string;