Skip to main content

Built-in JS Libraries

Built-in JavaScript libraries provide a comprehensive array of capabilities for common tasks such as data manipulation, numeric operations, date and time handling, and more. These libraries can be accessed and used without the need for any additional installations or setup.

Appsmith provides the following built-in JavaScript libraries that can be utilized in your applications.

  • Lodash provides functions for common programming tasks such as formatting data, iterating over collections, and manipulating arrays and objects.

  • Moment simplifies working with dates and times in JavaScript by providing functions for parsing, validating, manipulating, and displaying dates and times.

  • xmlParser can be used for parsing and manipulating XML data in JavaScript.

  • Forge can be used to work with cryptographic algorithms and protocols in JavaScript.