Variable TransformersConst

Transformers: {
    bool: Transformer;
    csvToArray: Transformer;
    num: Transformer;
    str: Transformer;
}

A library of transformer functions that are bundled with this library. Note: It is generally easier to use the string aliases to access these functions (e.g., configValue('MY_VAR', 'num') instead of importing and using them directly.)

Type declaration

  • bool: Transformer
  • csvToArray: Transformer
  • num: Transformer
  • str: Transformer

Generated using TypeDoc