UNPKG

@mainqueueio/playground

Version:

MainQueue's playground project for checking deploys, registries, and other things.

8 lines (7 loc) 164 B
// src/index.ts var helloMessage = (name) => { return !!name && name.length > 0 ? `Hello ${name}` : "Hello from MainQueue Library"; }; export { helloMessage };