UNPKG

withlength

Version:

A package to find a string of specific length from an array

4 lines (3 loc) 109 B
var withLength = require('./index'); var arr = ["Hello","How","Are","You"] console.log(withLength(arr));