UNPKG

ractive

Version:

Next-generation DOM manipulation

6 lines (4 loc) 148 B
var toString = Object.prototype.toString; export default function ( thing ) { return ( thing && toString.call( thing ) === '[object Object]' ); }