UNPKG

@ryusei/code

Version:

<div align="center"> <a href="https://code.ryuseijs.com"> <img alt="RyuseiCode" src="https://code.ryuseijs.com/images/svg/logo.svg" width="70"> </a>

16 lines (14 loc) 214 B
/** * The line break character. * * @private * @since 0.1.0 */ export const LINE_BREAK = '\n'; /** * The space that has no width. * * @private * @since 0.1.0 */ export const ZERO_WIDTH_SPACE = '\ufeff';