To get the datatype of a value stored in a key
Example:-
const db = require('hive-db'); console.log(db.datatype('bio.name')) // output => string array
Last updated 4 years ago
Was this helpful?