Skip to content
This repository was archived by the owner on Jul 24, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (17 loc) · 390 Bytes

options.md

File metadata and controls

17 lines (17 loc) · 390 Bytes

A word about options

Most functions take a options argument which accepts an Object. This is the default mode for each function

const defaultMode = {
  hardFail: false,
  complex: true,
  complex3: false,
  complexCho: true,
  complexJung: true,
  complexJong: true,
  complexArchaic: false,
  composeComplexDouble: true,
  decomposeComplexDouble: false,
  grouped: false,
};