mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
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!
10 lines
349 B
TypeScript
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;
|