aboutsummaryrefslogtreecommitdiff
path: root/examples/macros/hello.js
blob: 80ea9ba03d469bbd4cce29eab0048c297fcdd5ef (plain) (blame)
1
2
3
4
import { dogeify } from "macro:./dogeify";

const wow = dogeify`Call #1!`;
const suchDoge = dogeify`Call #2!`;