UNPKG

react-monaco-editor

Version:
6 lines (4 loc) 143 B
export function processSize(size: number | string) { return !/^\d+$/.test(size as string) ? size : `${size}px`; } export function noop() {}