Base Package documentation

Explain what your package does.

Methods

methodName

methodName(argA: any, argB: any) => any

Explain what the method does.

Arguments

argA: any

Explain what the argument does.

argB: any

Explain what the argument does.

Examples

Put an example here, using code in /docs/assets/js/src/docs-script.js.

Interfaces

InterfaceName

interface InterfaceName { propName: any; }

Explain what the interface is for.

Enums

EnumName

enum EnumName { VALUE, }

Explain how the enum should be used.