createHash.d.ts 113 B

12
  1. export declare function createHash(kind: string): import("crypto").Hash;
  2. //# sourceMappingURL=createHash.d.ts.map