Socket
Socket
Sign inDemoInstall

@types/pad-left

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/pad-left

TypeScript definitions for pad-left


Version published
Weekly downloads
110K
increased by1.47%
Maintainers
1
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 13 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc