From dac5563fb2b20bda1e97dcdff564b30644dd853b Mon Sep 17 00:00:00 2001 From: Bryan Matthews Date: Sun, 13 Nov 2022 09:50:41 -0500 Subject: [PATCH] Remove duplicate exports of 'initilization-context' --- src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 6cb83be3..fc5f10c9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -7,7 +7,6 @@ export * from "./property-path"; export * from "./entity"; export * from "./object-meta"; export * from "./format"; -export * from "./initilization-context"; export * from "./observable-array"; // Conditions, etc.