import { stringify } from '@syndicate-lang/core'; import { service } from './index.js'; service(args => { console.log('+', stringify(args)); on stop { console.log('-', stringify(args)); } });