summaryrefslogtreecommitdiffhomepage
path: root/test/njs/import_from/script.js
blob: 99d1b80e52588c627b31a2cb63cd86ff02670028 (plain) (blame)
1
2
3
4
5
import cr from 'crypto';

export default {
    "num" : function () {return typeof cr.createHash('md5').digest().length}
}