Skip to content

Commit

Permalink
fix(Base64): Expose helper methods to convert base64 to byteArray
Browse files Browse the repository at this point in the history
  • Loading branch information
tjcorona committed Dec 30, 2019
1 parent 44e1865 commit 9a37b37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/Common/Core/index.js
@@ -1,3 +1,4 @@
import vtkBase64 from './Base64';
import vtkCellArray from './CellArray';
import vtkDataArray from './DataArray';
import vtkEndian from './Endian';
Expand All @@ -13,6 +14,7 @@ import vtkURLExtract from './URLExtract';
import vtkVariantArray from './VariantArray';

export default {
vtkBase64,
vtkCellArray,
vtkDataArray,
vtkEndian,
Expand Down

0 comments on commit 9a37b37

Please sign in to comment.