UNPKG

@cocalc/backend

Version:

CoCalc backend functionality: functionality used by either the hub, the next.js server or the project.

4 lines (3 loc) 141 B
import { verify } from "password-hash"; export default function passwordHash(password: string): string; export { verify as verifyPassword };