Untitled

 avatar
unknown
typescript
4 years ago
104 B
3
Indexable
isExpress(): boolean{
    return new URL(window.location.href).searchParams.get('express') === 'true';
}
Editor is loading...