Untitled

Anonymous
typescript
07/09/2021 6:09 AM
140 B
16
Indexable
isExpress(): boolean{
    return new URL(window.location.href).searchParams.get('express') === 'true';
}
Editor is loading...