0.1.7 • Published 8 years ago

updash v0.1.7

Weekly downloads
30
License
-
Repository
github
Last release
8 years ago

Updash

Updash modular utility

Summary

Modular utility functions

Installation

npm install updash

Usage

var up = require('updash');

var primary = [1,2,3,4];
var secondary = [2,3];

var result = up.isSubArray(primary, secondary);

console.log(result);

Output: true

API

  • isSubArray (determines if an array is a sub array of another array)

Features

  • To come!

Future

  • Submit requests!
0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago