forked from verdnatura/hedera-web
5 lines
73 B
JavaScript
5 lines
73 B
JavaScript
|
/**
|
||
|
* Base type for ennumerations.
|
||
|
*/
|
||
|
module.exports = function() {};
|