Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coordinape/coordinape
/ isFrame
Function
isFrame
api-lib/frames/frames.ts:37–39 ·
view source on GitHub ↗
(o: any)
Source
from the content-addressed store, hash-verified
35
};
36
37
export
const
isFrame = (o: any): o is Frame => {
38
return
o && typeof o.id ===
'string'
&& typeof o.imageNode ===
'function'
;
39
};
40
41
export
type
Button = {
42
title: string;
Callers
3
onSendSurpriseGIVEPost
Function · 0.90
onSendGIVEPost
Function · 0.90
onSendGIVEPost
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected