@dabapps/roe
Version:
A Collection of React Components for Project Development
9 lines (8 loc) • 423 B
TypeScript
export declare const NBSP = " ";
export declare const MATCHES_WHITESPACE: RegExp;
export declare const MATCHES_INITIAL_INDENTATION: RegExp;
export declare const MATCHES_BLANK_FIRST_LINE: RegExp;
export declare const MATCHES_BLANK_LAST_LINE: RegExp;
export declare const MATCHES_AMPERSAND: RegExp;
export declare const MATCHES_NON_WORD_CHARACTERS: RegExp;
export declare const MATCHES_LEADING_AND_TRAILING_HYPHENS: RegExp;