UNPKG

@onlabsorg/swan-js

Version:

A simple yet powerful expression language written in JavaScript

13 lines (9 loc) 573 B
Swan standard module ============================================================================ Modules are namespaces that can be loaded at runtime using the `require` builtin function. The available modules are: - [debug](./debug.md) containing function for debugging of swan code - [dict](./dict.md) containing an implementation of a dictionary type - [json](./json.md) containing function to parse and stringify JSON data - [math](./math.md) containing mathematical functions and constants - [time](./time.md) containing functions for date and time manipulation