UNPKG

@ozen-ui/kit

Version:

React component library

5 lines (4 loc) 174 B
import { isPlainObject } from '../object'; export var isRef = function (value) { return isPlainObject(value) && Object.keys(value).length === 1 && 'current' in value; };