Options
All
  • Public
  • Public/Protected
  • All
Menu

complex-js logo

Overview

Getting Started

To install via npm:

npm i complex-js moo nearley # peer dependencies for expression parser

Node.js:

const Complex = require('complex-js');

ES2015 Module:

import Complex from 'complex-js';

Browser:

<script src="https://cdn.jsdelivr.net/combine/npm/moo@0.5.1,npm/nearley@2.19.1,npm/complex-js"></script>
<script>
const { Complex } = window;
</script>

RequireJS:

requirejs(['complex-js'], function (Complex) {

});

Documentation

API reference available at https://patrickroberts.github.io/complex-js/.

Code Coverage

Report available at https://patrickroberts.github.io/complex-js/lcov-report/.

License

Copyright (c) 2020 Patrick Roberts

MIT

Index

Classes

Interfaces

Type aliases

Type aliases

IReviver

IReviver<T>: function

Type parameters

  • T: any[]

Type declaration

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc