From 0bd48f0dc5655be8022facae8f2405de517c388d Mon Sep 17 00:00:00 2001 From: Ruben Verborgh Date: Fri, 1 Jan 2021 22:41:55 +0100 Subject: [PATCH] feat: Expose UriConstants. --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 05528a77f..0d9de67da 100644 --- a/src/index.ts +++ b/src/index.ts @@ -197,3 +197,4 @@ export * from './util/RecordObject'; export * from './util/SequenceHandler'; export * from './util/StreamUtil'; export * from './util/WaterfallHandler'; +export * from './util/UriConstants';