DefinitelyTyped/types/add-zero/index.d.ts
2017-11-29 20:16:27 +00:00

7 lines
312 B
TypeScript

// Type definitions for add-zero 1.0
// Project: https://github.com/rafaelrinaldi/add-zero#readme
// Definitions by: Giles Roadnight <https://github.com/Roaders>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export default function addZero(value: string | number, digits?: number): string;