Skip to main content
This release is 1 version behind 1.0.2 — the latest version of @emrahcom/jsr-test. Jump to latest

Built and signed on GitHub Actions

Testing JSR publish

This package works with Node.js, DenoIt is unknown whether this package works with Cloudflare Workers, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
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
100%
Published
3 months ago (1.0.1)
/** * Yassify a string of text by appending emojis * * @param str The string of text to yassify. * @returns a string of text with emoji appended */ export function yassify(str: string): string { return `${str} 💅✨👑`; }