deno.land / x / rambda@v9.1.1 / source / _internals / isObject.js

نووسراو ببینە
1
2
3
4
5
6
import { type } from '../type.js'
export function isObject(input){ return type(input) === 'Object'}
rambda

Version Info

Tagged at
a year ago