mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
8 lines
323 B
TypeScript
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;
|