(scopable: Scoped)
| 153 | |
| 154 | // Paths -- |
| 155 | const fromScoped = (scopable: Scoped): string => |
| 156 | toDataPathSegments(scopable.scope).join('.'); |
| 157 | |
| 158 | export const Paths = { |
| 159 | compose: composePaths, |
nothing calls this directly
no test coverage detected
searching dependent graphs…