UNPKG
krakentyio-exegesis-koa
Version:
latest (1.0.0)
1.0.0
0.0.0-semantic-release
Parses OpenAPI documents
github.com/exegesis-js/exegesis
exegesis-js/exegesis
krakentyio-exegesis-koa
/
lib
/
utils
/
jsonPaths.d.ts
4 lines
(3 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
export
declare
function
toUriFragment
(
path
:
string
):
string
;
export
declare
function
jsonPointerStartsWith
(
path
:
string
,
prefix
:
string
):
boolean
;
export
declare
function
jsonPointerStripPrefix
(
path
:
string
,
prefix
:
string
):
string
;