UNPKG

@tiptap/core

Version:

headless rich text editor

4 lines (3 loc) 109 B
export function minMax(value = 0, min = 0, max = 0): number { return Math.min(Math.max(value, min), max) }