@dabapps/roe
Version:
A Collection of React Components for Project Development
8 lines (7 loc) • 374 B
TypeScript
export declare const NBSP = " ";
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;