npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "object path" 的结果(共 7 个)
extract-files

A function to recursively extract files and their object paths within a value, replacing them with null in a deep clone without mutating the original value. FileList instances are treated as File instance arrays. Files are typically File and Blob instance

MIT
has-value

Returns true if a value exists, false if empty. Works with deeply nested values using object paths.

MIT
get-first

Pass an array of object paths (e.g. `a.b.c`) and get the first non-undefined value if the property exists, or null if it does not.

MIT
merge-value

Similar to assign-value but deeply merges object values or nested values using object path/dot notation.

MIT
to-object-path

Create an object path from a list or array of strings.

MIT
tableize-object

Tableize an object by flattening its keys into object paths (dot-notation).

MIT