trustdevice-js
trustdevice-js copied to clipboard
ES6 module
Is is possible to use the library as ES6 module? E.g. something like:
import TrustDevice from 'trustdevice-js';
console.log( TrustDevice.getHash() );
Not supported, but you can still use it in your project according to the documentation