UNPKG

@prismatic-io/spectral

Version:

Utility library for building Prismatic connectors and code-native integrations

8 lines (7 loc) 307 B
/** * This regex targets common characters that may be included in default * input values (code comment blocks, backticks, etc) and would cause * component-manifest build issues. More characters may be added * as discovered. */ export declare const escapeSpecialCharacters: (value?: string) => string;