UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

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