Added Pass as exported type

This commit is contained in:
Alexander Cerutti
2019-06-27 00:43:50 +02:00
parent 91c6ff1b94
commit 701e020116
2 changed files with 3 additions and 1 deletions

View File

@@ -1 +1 @@
export { createPass } from "./src/factory";
export { createPass, Pass } from "./src/factory";