DefinitelyTyped/types/quick-hash/quick-hash-tests.ts
Florian Keller b1ca386416 Add types for multiple vigour.io projects (#35629)
Included projects:
* is-number-like
* quick-hash
* turbostatus
* vigour-ua
2019-05-22 09:07:08 -07:00

4 lines
130 B
TypeScript

import hash = require('quick-hash');
hash('Any string'); // $ExpectType string
hash('Another string', 100); // $ExpectType string