Added Bundle class implementation along with tests

This commit is contained in:
Alexander Cerutti
2021-09-18 18:32:14 +02:00
parent cd941e2aed
commit abc6695940
3 changed files with 159 additions and 0 deletions

View File

@@ -3,3 +3,5 @@ export type { AbstractModel } from "./abstract";
export { createPass } from "./factory";
export { createAbstractModel } from "./abstract";
export { default as Bundle } from "./Bundle";