UNPKG

@softvisio/core

Version:
11 lines (8 loc) 224 B
import PasswordHash from "#lib/crypto/password-hash"; export default Super => class extends Super { // protected async _install () { return new PasswordHash( this.config ); } };