Skip to content

Commit

Permalink
Merge pull request #1308 from tjcorona/expose-base64-conversion
Browse files Browse the repository at this point in the history
Expose base64 conversion
  • Loading branch information
jourdain committed Dec 30, 2019
2 parents 44e1865 + 9a37b37 commit 6b573cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/Common/Core/index.js
Original file line number Diff line number Diff line change
@@ -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 6b573cb

Please sign in to comment.