MCPcopy 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
37export const isFrame = (o: any): o is Frame => {
38 return o && typeof o.id === 'string' && typeof o.imageNode === 'function';
39};
40
41export type Button = {
42 title: string;

Callers 3

onSendSurpriseGIVEPostFunction · 0.90
onSendGIVEPostFunction · 0.90
onSendGIVEPostFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected