Fix formatting

This commit is contained in:
RMidhunSuresh 2022-02-22 11:48:20 +05:30
parent 646cbe0fff
commit bf2fb52691
2 changed files with 2 additions and 2 deletions

View file

@ -215,7 +215,7 @@ class SegmentObservable<T> extends BaseObservableValue<T[keyof T] | undefined> {
} }
} }
export type { Path }; export type {Path};
export function tests() { export function tests() {

View file

@ -16,7 +16,7 @@ limitations under the License.
import {Navigation, Segment} from "./Navigation"; import {Navigation, Segment} from "./Navigation";
import {URLRouter} from "./URLRouter.js"; import {URLRouter} from "./URLRouter.js";
import type { Path } from "./Navigation"; import type {Path} from "./Navigation";
type SegmentType = { type SegmentType = {
"login": true; "login": true;