data-sanitizers

1.0.1 • Public • Published

# Data Sanitizers

Build Status Contributions Welcome

/**
* Glues array values together */
let result = Sanitizer.clean([1,2,3], 'string', {
   glue: '-'
});
 
/**
* Turns objects into JSON. */
let result = Sanitizer.clean({ Hello: "World" }, 'string');

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i data-sanitizers

    Weekly Downloads

    2

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    18 kB

    Total Files

    14

    Last publish

    Collaborators

    • cbutcher