UNPKG

@kitware/vtk.js

Version:

Visualization Toolkit for the Web

10 lines (8 loc) 155 B
var FormatTypes = { ASCII: 'ascii', BINARY: 'binary' }; var Constants = { FormatTypes: FormatTypes }; export { FormatTypes, Constants as default };