Datatype
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
Was this helpful?
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
Was this helpful?