mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-21 15:17:43 +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');
|