Paths: {
compose: ((path1, path2) => string);
fromScoped: ((scopable) => string);
} = ...
Type declaration
compose: ((path1, path2) => string)
- (path1, path2): string
Parameters
- path1: string
- path2: string
Returns string
fromScoped: ((scopable) => string)
- (scopable): string
Returns string