deno.land / x / rambda@v9.1.1 / src / propIs.js

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
import { curry } from './curry.js'import { is } from './is.js'
function propIsFn( targetPrototype, property, obj){ return is(targetPrototype, obj[ property ])}
export const propIs = curry(propIsFn)
rambda

Version Info

Tagged at
2 months ago