Skip to content
This repository was archived by the owner on Nov 12, 2022. It is now read-only.

abozhilov/LZ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a144372 · Aug 3, 2013

History

26 Commits
Dec 7, 2012
Dec 7, 2012
Aug 3, 2013
Nov 29, 2012
Dec 7, 2012
Aug 3, 2013
Aug 3, 2013
Aug 3, 2013

Repository files navigation

LZ v.0.6.4

LZ is a chocolate JavaScript library.

It gives more than 40 utility methods. The working of the methods does not depend on the environment. They will work in any JavaScript engine in same way.

Most of the methods are generic. It means they will work with structural same objects regardless of their specific type.
For example any array method is applicable and on array like objects as arguments.

Some of the methods are polyfills of the functionality in the future version of the ECMAScript.
Those methods use built-ins if they are presented, otherwise robust polyfill.

The names of the methods are as short as possible and self explanatory as well.

API Doc

https://github.com/abozhilov/LZ/tree/master/doc

License

LGPL v.3

Author

Asen Bozhilov