0.1.0 • Published 7 years ago

lua-style-arrays v0.1.0

Weekly downloads
20
License
SEE LICENSE IN LI...
Repository
github
Last release
7 years ago

lua-style-arrays CircleCI

NPM

A small NPM module with zero dependencies to make Lua-style arrays that start at one.

Usage

var convertToLuaStyle = require('lua-style-arrays');

var luaStyleArray = convertToLuaStyle(['this is', 'a lua-style array']);

console.log(luaStyleArray[1]);
// this is
console.log(luaStyleArray[0]);
// undefined
0.1.0

7 years ago

0.0.2-fix

7 years ago

0.0.2

7 years ago

0.0.1-rel

7 years ago

0.0.1

7 years ago