Welcome to mirror list, hosted at ThFree Co, Russian Federation.

type_utility.js « utils « lib « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: be1911f7c340815866107173ad6c4f4cb1276424 (plain)
1
export const isObject = (obj) => obj && obj.constructor === Object;