ut-tools
Version:
Build and Release management automation package.
6 lines (5 loc) • 300 B
TypeScript
import * as URI from 'urijs';
import { ExtendedURI } from './uri';
export declare const addToJSONPointer: (pointer: string, part: string) => string;
export declare const uriToJSONPointer: (uri: URI | ExtendedURI) => string;
export declare const uriIsJSONPointer: (ref: URI | ExtendedURI) => boolean;