tuf-js icon indicating copy to clipboard operation
tuf-js copied to clipboard

es6 imports

Open socketsguru opened this issue 11 months ago • 0 comments

How to use with import from syntax? Like this??

import { canonicalize } from '@tufjs/canonical-json'
console.log(canonicalize({x: 1, y:2}))

Can you provide an example please?

socketsguru avatar May 20 '25 02:05 socketsguru