Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

MessagePipe demo#1

node v18.11.0
version: 1.0.0
endpointsharetweet
const { MessagePipe } = require("messagepipe") const msg = MessagePipe().compile('Hello {planet}!') msg({ planet: 'Mars' })
Loading…

no comments

    sign in to comment