Files
DefinitelyTyped/types/pick-weight/pick-weight-tests.ts
2018-02-06 10:31:25 -08:00

7 lines
157 B
TypeScript

import weight = require("pick-weight");
const x = weight(["a", "b", "c"], [1, 2, 3]);
// Can only be applied since inferred type is string
x === "string";