1.0.2 • Published 6 years ago

flextape v1.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

flextape-js

Sawed your string in half? Slap on some Flex Tape!

Usage:

const flextape = require('flextape');

flextape.slap("I sawed this", "boat in half!"); // returns "I sawed this boat in half!"
flextape.slap("I used ", 10, " coats of Flex Seal on my air boat!"); // returns "I used 10 coats of Flex Seal on my air boat!"