UNPKG

hirsun-vuepress-theme-hope-plus

Version:
3 lines 179 B
import { compareSync } from "bcrypt-ts/browser"; export const checkToken = (token = "", hash) => Boolean(token) && compareSync(token, hash); //# sourceMappingURL=checkToken.js.map