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