(obj: object)
| 5 | import { dataform } from "df/protos/ts"; |
| 6 | |
| 7 | export function prettyJsonStringify(obj: object) { |
| 8 | return JSON.stringify(obj, null, 4) + "\n"; |
| 9 | } |
| 10 | |
| 11 | export function readDataformCoreVersionFromWorkflowSettings( |
| 12 | resolvedProjectPath: string |
no test coverage detected