@baseplate-dev/sync
Version:
Library for syncing Baseplate descriptions
9 lines • 297 B
TypeScript
/**
* A regex for validating kebab case strings
*/
export declare const KEBAB_CASE_REGEX: RegExp;
/**
* A regex for validating kebab case strings with slashes to namespace the scope
*/
export declare const KEBAB_CASE_WITH_SLASH_SEPARATOR_REGEX: RegExp;
//# sourceMappingURL=validation.d.ts.map