Skip to main content

latest
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
76%
Published
4 months ago (1.0.1)
/** * Yassify a string of text by appending emoji * * @param str The string of text to yassify. * @returns a string of text with emoji appended */ export function yassifyJSR(str: string): string { return `${str} from JSR 💅✨👑`; }