UNPKG

wikibase-cli

Version:

A command-line interface to Wikibase

6 lines (4 loc) 132 B
import { createHash } from 'node:crypto' export function hashString (str) { return createHash('md5').update(str).digest('hex') }