piglatin
piglatin decoder / encoder
How to use?
First, install the package.
npm i @ruingl/piglatin
Second, use this code.
import * as P from '@ruingl/piglatin';
const encoded = P.encode('hello');
// returns: ellohay
const decoded = P.decode('ellohay');
// returns: hello
Credits
Made with <3 by Rui Reogo