UNPKG

@mornya/vessel

Version:

Creates/publishes a Node.js module with no build configuration.

7 lines (6 loc) 77 B
/* * SampleSub.ts */ export function hello() { return 'Hello, there!'; }