We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59fbeeb commit f44c16dCopy full SHA for f44c16d
src/get-in.ts
@@ -10,7 +10,7 @@ import { isPlainObject } from './is-plain-object';
10
// -----------------------------------------------------------------------------
11
12
/**
13
- * Convert string sample in to the path (array)
+ * Getting value in Object or Array by path
14
* Inspired by final-form's `getIn` helper
15
* {@link https://github.com/final-form/final-form/blob/master/src/structure/getIn.js}
16
* @param {*} sample
0 commit comments