0.0.8 • Published 6 years ago

@ekliptor/browserutils v0.0.8

Weekly downloads
45
License
GPL
Repository
github
Last release
6 years ago

browserutils

Basic helper functions HTML5 web apps in the browser such as client-side templates, localization and DOM manipulation.

Installation

npm install @ekliptor/browserutils

Usage

This package adds 2 global variables to the browse scope (window object):

window.AppF;
window.Hlp;

If you are using TypeScript (for example with WebPack) you should add the following lines at the top of your source file:

declare var any: AppFunc, Hlp: any;

Typings are still work in progress.

0.0.8

6 years ago

0.0.6

6 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago