(accessor)
| 31 | * @returns {string} the path |
| 32 | */ |
| 33 | const accessorToObjectAccess = (accessor) => |
| 34 | accessor.map((a) => `[${JSON.stringify(a)}]`).join(""); |
| 35 | |
| 36 | /** @typedef {string | string[]} Accessor */ |
| 37 |
no outgoing calls
no test coverage detected