UNPKG

ut-tools

Version:

Build and Release management automation package.

3 lines (2 loc) 191 B
import { IParseOptions, YamlParserResult } from './types'; export declare const parseWithPointers: <T>(value: string, options?: IParseOptions | undefined) => YamlParserResult<T | undefined>;