DefinitelyTyped/types/add-zero/index.d.ts
2019-03-12 09:35:43 -07:00

8 lines
323 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 = addZero;
declare function addZero(value: string | number, digits?: number): string;