2.1.3 • Published 6 months ago

@types/pad-left v2.1.3

Weekly downloads
913
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/pad-left

Summary

This package contains type definitions for pad-left (https://github.com/jonschlinkert/pad-left).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pad-left.

index.d.ts

// Type definitions for pad-left 2.1
// Project: https://github.com/jonschlinkert/pad-left
// Definitions by: Richie Bendall <https://github.com/Richienb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare function padLeft(str: string, num?: number, ch?: string): string;

export = padLeft;

Additional Details

  • Last updated: Tue, 13 Jul 2021 04:01:16 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Richie Bendall.

2.1.2

7 months ago

2.1.3

6 months ago

2.1.1

3 years ago

2.1.0

4 years ago