MCPcopy
hub / github.com/vercel/hyper / alert

Function alert

app/plugins.ts:222–227  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

220}
221
222function alert(message: string) {
223 void dialog.showMessageBox({
224 message,
225 buttons: ['Ok']
226 });
227}
228
229function toDependencies(plugins_: {plugins: string[]}) {
230 const obj: Record<string, string> = {};

Callers 1

syncPackageJSONFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected