@ruingl/piglatin
v0.0.1
Published
<div align="center"> <h1>piglatin</h1> <p>piglatin decoder / encoder</p> </div>
Readme
How to use?
First, install the package.
npm i @ruingl/piglatinSecond, use this code.
import * as P from '@ruingl/piglatin';
const encoded = P.encode('hello');
// returns: ellohay
const decoded = P.decode('ellohay');
// returns: helloCredits
Made with <3 by Rui Reogo
