UNPKG

ut-tools

Version:

Build and Release management automation package.

3 lines (2 loc) 213 B
import { Optional } from '@stoplight/types'; export declare const safeStringify: (value: any, replacer?: ((key: string, value: any) => any) | undefined, space?: string | number | undefined) => Optional<string>;