1.0.7 • Published 6 months ago

javascript-tools-library v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

JavaScriptTools

Library - JavaScript tools which consists set of classes that solves basic code duplicates in your code like checking type, setting custom exception handlers, manipulating, traversing, seleting in Document Object Model, object methods, array methods, and basic Ajax GET, POST functionalities with custom data manipulation.

How to use library

import JavaScriptTools from 'javascript-tools-library';

// destructure this class

const [
   Ajax,
   Traversing,
   Manipulation,
   DOMTools,
   ArrayTools,
   ObjectTools,
   ...
] = JavaScriptTools;

// and use it

Ajax.getAjax('https://foo-bar.com', (data) => console.log(data));
Ajax.postAjax('https://foo-bar.com', (data) => alert(data + ' is posted!'));
1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago