DefinitelyTyped/types/math-trunc/index.d.ts
2019-04-02 19:09:07 +01:00

9 lines
286 B
TypeScript

// Type definitions for math-trunc 1.0
// Project: https://github.com/kevva/math-trunc#readme
// Definitions by: Daniel Cassidy <https://github.com/djcsdy>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function trunc(val: number): number;
export = trunc;