mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-14 21:02:48 +00:00
* feat: Add typings for du Signed-off-by: Richie Bendall <richiebendall@gmail.com> * chore: Remove boilerplate line Signed-off-by: Richie Bendall <richiebendall@gmail.com>
4 lines
68 B
TypeScript
4 lines
68 B
TypeScript
import du = require("du");
|
|
|
|
du("."); // $ExpectType Promise<number>
|