0.0.2 • Published 6 years ago

rcpkg v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Rocinante Core Package(β)

Introduction

rcpkg[Rocinante Core Package] is a powerful Node.js library.

Installation

# install npm package
npm i rcpkg

Sample

# load package
const rcpkg = require('rcpkg');

# choose validate library
const validate = rcpkg.ValidateUtil;

# use library
if( validate.isString("I am Rocinante Ein.") ){
  console.log("It is String!");
}

if( !validate.isIncluding(["foo", "bar", "tanu"], ["foo", "tanu"]) ){
  console.log("It is not Including...");
}

Packages

  • ValidateUtil
  • FormatUtil
  • SqlUtil

License

MIT