UNPKG

rambda

Version:

Lightweight and faster alternative to Ramda with included TS definitions

6 lines (4 loc) 133 B
import { path } from './path.js' export function pathSatisfies(fn, pathInput) { return obj => Boolean(fn(path(pathInput)(obj))) }