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