docviewhelper 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # docviewer-helper
2
+
3
+ This library is created to share helper functions to view documents in as well ngx-doc-viewer and react-documents
package/index.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ export * from './lib/helper';
2
+ export * from './lib/model';