Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gcui-art/suno-api
/ isPage
Function
isPage
src/lib/utils.ts:28–30 ·
view source on GitHub ↗
(target: any)
Source
from the content-addressed store, hash-verified
26
* @returns {boolean}
27
*/
28
export
const
isPage = (target: any): target is Page => {
29
return
target.constructor.name ===
'Page'
;
30
}
31
32
/**
33
* Waits
for
an hCaptcha image requests and then waits
for
all of them to end
Callers
1
click
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected