Erik Wittern

Results 1 comments of Erik Wittern

A related example: ```typescript import { getByPath, Path } from 'dot-path-value'; const users = { name: 'Someone', pets: [{ cats: 2 }] }; function getValue(obj: T, path: Path) { return...