UNPKG

@pagopa/dx-cli

Version:

A CLI useful to manage DX tools.

3 lines (2 loc) 176 B
import { Result } from "neverthrow"; export declare const parseJson: (text: string, reviver?: ((this: any, key: string, value: any) => any) | undefined) => Result<any, Error>;