UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

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