UNPKG

@taiga-ui/core

Version:

Core library for creating Angular components and applications using Taiga UI

8 lines (7 loc) 215 B
/** * Creates a cloned range with its boundaries set at word boundaries * * @param currentRange a range to clone * @return modified range */ export declare function tuiGetWordRange(currentRange: Range): Range;