File: index.d.ts

package info (click to toggle)
node-hash-sum 2.0.0%2B~1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 140 kB
  • sloc: javascript: 131; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 298 bytes parent folder | download
1
2
3
4
5
6
7
8
// Type definitions for hash-sum 1.0
// Project: https://github.com/bevacqua/hash-sum
// Definitions by: Daniel Rosenwasser <https://github.com/DanielRosenwasser>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export = hash_sum;

declare function hash_sum(value: any): string;