@scalar/oas-utils
Version:
Open API spec and Yaml handling utilities
10 lines • 364 B
TypeScript
export declare const REGEX: {
/** Checks for a valid scheme */
readonly PROTOCOL: RegExp;
/** Finds multiple slashes after the scheme to replace with a single slash */
readonly MULTIPLE_SLASHES: RegExp;
readonly VARIABLES: RegExp;
readonly PATH: RegExp;
readonly TEMPLATE_VARIABLE: RegExp;
};
//# sourceMappingURL=regex-helpers.d.ts.map