trymify

🥔

Usage no npm install needed!

<script type="module">
  import trymify from 'https://cdn.skypack.dev/trymify';
</script>

README

Trymify

🥔🥔🥔🥔🥔🥔🥔

Version License: MIT Semistandard code style

Potatoes > text. Clearly.

🏠 Homepage

Install

yarn install

Run tests

yarn test

Usage

require("trymify");

const result = "Hello, world!".trym();
const roastedResult = "Hello, world!".trym('roasted');
const friesResult = "Hello, world!".trym('fries');

console.log({ result, roastedResult });
// Output: {
//  result: "🥔🥔🥔🥔🥔🥔🥔🥔🥔🥔🥔🥔🥔",
//  roastedResult: "🍠🍠🍠🍠🍠🍠🍠🍠🍠🍠🍠🍠🍠",
//  friesResult: "🍟🍟🍟🍟🍟🍟🍟🍟🍟🍟🍟🍟🍟"
// }

NPM