fix typescript for HashContructor

This commit is contained in:
ikopeykin 2019-07-10 14:16:09 +03:00
parent 27b1e17f5b
commit a223ffdcc0
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class BaseHash {
} }
/** @typedef {BaseHash} Hash */ /** @typedef {BaseHash} Hash */
/** @typedef {{new(): BaseHash}} HashConstructor */ /** @typedef {typeof BaseHash} HashConstructor */
/** /**
* @extends {BaseHash} * @extends {BaseHash}