Package Exports
- mlgproxy
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mlgproxy) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
What does this do
MLGProxy is a proxy that allows you to pretend to have mlg code. For example m8 becomes mate
Original | Gets replaced with |
---|---|
0 | o |
3 | e |
4 | a |
8 | ate |
LO+L or RE+KT | Nothing |
Setup
npm install mlgproxy
const kewlobject = require("mlgproxy")({}, options);
Usage
//set a
kewlobject.LOOOOOOOOOOOOOOOOOOOOOOOOL4REEEEEKT = "hi";
//get a
console.log(kewlobject.LOOOOOOOOOOOOOOOOOOOOOOOOL4REEEEEKT);
Options
Key must be valid regex
const options = {
replace: {
"1": "I",
}
};