DefinitelyTyped/types/weighted/index.d.ts
Piotr Błażejewicz (Peter Blazejewicz) 7b855576c6
update(weighted): DT definition changes (#45939)
This adds changes discussed in merged PR:
`#45633

- CommonJS module shape
- proper alias for select
- TS config and TSLint config updated to just follow DT defaults
- tests amended with modern syntax - but still using existing tests

Thanks!
2020-07-10 08:43:13 -07:00

10 lines
349 B
TypeScript

// Type definitions for weighted 0.3
// Project: https://github.com/Schoonology/weighted
// Definitions by: Craig Citro <https://github.com/ccitro>
// Dmitry Minkovsky <https://github.com/dminkovsky>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import weighted = require('./lib/weighted');
export = weighted;