UNPKG

@storm-stack/types

Version:

⚡ The storm-stack monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.

8 lines (7 loc) 117 B
export const isRef = (value) => { try { return value?.current !== void 0; } catch { return false; } };