MCPcopy Create free account
hub / github.com/RemoteState/nodejs-ecs /

Class

src/utils/index.ts:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import bcrypt from 'bcryptjs';
2
3export default class Utils {
4 public static HashPassword(password: string): string {
5 return bcrypt.hashSync(password);
6 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected