moxonj
Results
1
issues of
moxonj
Adds `types` option to the scanner to support base64 decoding types of type long Example usage: ``` client.table(table).scan( { types: { 'data:my_long_field': 'long' } }, callback ); ```