* Returns an object from a path string - the opposite of format(). * * @param path path to evaluate. * @throws {TypeError} if `path` is not a string.
(path: string)
| 129 | * @throws {TypeError} if `path` is not a string. |
| 130 | */ |
| 131 | parse(path: string): ParsedPath; |
| 132 | /** |
| 133 | * Returns a path string from an object - the opposite of parse(). |
| 134 | * |
no outgoing calls