@bernankez/utils
v0.6.4
Published
Cole's utils preset
Downloads
77
Readme
Utils
Install
npm add @bernankez/utilsUsage
import { masking } from "@bernankez/utils";
const pkg = "@bernankez/utils";
const masked = masking(pkg, [3, -3]);
console.log(masked); // @be**********ilsRead the documentations for more details.
