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: 664c0dbbc8474f20c833671a168fdf1374f45ab4 (plain)
1
export const isObject = obj => obj && obj.constructor === Object;