UNPKG

@curvenote/schema

Version:

Schema and markdown parser for @curvenote/editor

3 lines (2 loc) 128 B
/** Removes nobreak and zero-width spaces */ export declare function cleanWhitespaceChars(text: string, nbsp?: string): string;