UNPKG

123 BJavaScriptView Raw
1'use strict';
2
3module.exports = {
4 XPAValue: require('./xpavalue').XPAValue,
5 IOUValue: require('./iouvalue').IOUValue
6};
\No newline at end of file