Home > @infiniteobjects/core-library-node > Cast
Utilities to cast values.
Signature:
export declare class Cast extends CastOrig
Extends: CastOrig
Method | Modifiers | Description |
---|---|---|
asCSV(data) | static |
Cast the given value to a CSV string |
asStableString(val) | static |
Deterministic JSON.stringify() |
asYaml(data, options) | static |
Cast the given value to a YAML String |