mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-16 05:56:47 +01:00
6 lines
175 B
TypeScript
6 lines
175 B
TypeScript
console.log('---------------------------');
|
|
console.log('- 👋 Hello from plugin.ts -');
|
|
console.log('---------------------------');
|
|
|
|
Deno.core.opAsync('op_hello', 'World');
|