Base Package documentation
Explain what your package does.
Explain what your package does.
methodName(argA: any, argB: any) => any
Explain what the method does.
argA: anyExplain what the argument does.
argB: anyExplain what the argument does.
Put an example here, using code in /docs/assets/js/src/docs-script.js.
interface InterfaceName {
propName: any;
}
Explain what the interface is for.
enum EnumName {
VALUE,
}
Explain how the enum should be used.