UNPKG

@pmndrs/uikit

Version:

Build performant 3D user interfaces with Three.js and yoga.

11 lines (10 loc) 292 B
export function skipWhitespace(text, index) { const textLength = text.length; while (text[index] === ' ' && index < textLength) { index++; } return index; } export * from './breakall-wrapper.js'; export * from './nowrap-wrapper.js'; export * from './word-wrapper.js';