UNPKG

@threlte/theatre

Version:

Threlte Components for Theatre, an animation library with a professional motion design toolset

7 lines (6 loc) 184 B
export const isPrimitive = (value) => { return (value === null || typeof value === 'string' || typeof value === 'number' || typeof value === 'boolean'); };