Skip to content

Common utilities and features for any JS application

License

Notifications You must be signed in to change notification settings

ChustaSoft/CommonJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description


Common utilities and features for any JS application. Developed in TypeScript, can be used in any kind of Javascript project

Build Status npm downloads

Getting started


There are no dependencies, just install in the project to use and it will be ready.

The library is just provinding a few elements useful in any kind of project

  • ActionResponse: Provides an unified mechanims of data in any kind of project. (Equivalent of CommonNET one)
  • HttpService: Service for Htpp generic calls using pure TypeScript and returning Promises
  • Array Extensions: Providing extensions for Arrays such as:
    • orderBy: Sort elements, selecting the property, by default ascending, but last paramter (optional) allow to select between Asc and Desc sorting
    • remove: Delete an element inside an array

Thanks for using and contributing

Twitter Follow

About

Common utilities and features for any JS application

Resources

License

Stars

Watchers

Forks

Packages

No packages published