Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Ryan778
GitHub Repository: Ryan778/Ryan778.github.io
Path: blob/master/emojionearea/src/function/isObject.js
575 views
1
define(function() {
2
return function(variable) {
3
return typeof variable === 'object';
4
};
5
});
6