# left-shark

> Like left-pad, except for sharks.

Latest version **0.0.1** (published 2016-03-23) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install left-shark
pnpm add left-shark
yarn add left-shark
bun add left-shark
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2016-03-23 |
| First published | 2016-03-23 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Kyle Kelley |
| Maintainers | rgbkrk |
| Keywords | left-pad, lodash |

## Links

- npm: https://www.npmjs.com/package/left-shark
- Repository: https://github.com/rgbkrk/left-shark
- Homepage: https://github.com/rgbkrk/left-shark#readme
- Issues: https://github.com/rgbkrk/left-shark/issues
- npm.io page: https://npm.io/package/left-shark

## Dependencies (1)

- [lodash.padstart](https://npm.io/package/lodash.padstart.md) ^4.2.0

## Alternatives

- [lodash.assign](https://npm.io/package/lodash.assign.md) — 2.3M weekly downloads
- [lodash.chunk](https://npm.io/package/lodash.chunk.md) — 1.8M weekly downloads
- [react-native-ios-utilities](https://npm.io/package/react-native-ios-utilities.md) — 138.5K weekly downloads
- [@technically/lodash](https://npm.io/package/@technically/lodash.md) — 50.9K weekly downloads
- [@fluid-topics/ft-icon](https://npm.io/package/@fluid-topics/ft-icon.md) — 20.6K weekly downloads

## Recent versions

- 0.0.1 (latest) — 2016-03-23
- 0.0.0 — 2016-03-23

## README

# left-shark

It's like left-pad, except the examples have sharks.

## Installation

```
npm install --save left-shark
```

## Usage

```js
> const leftShark = require('left-shark')
> console.log(leftShark('|\\ ', 23))
                    |\
> console.log(leftShark('|\\ ', 23, '~'))
~~~~~~~~~~~~~~~~~~~~|\
```

## Wait, what?

This is using [`lodash.padstart`](https://www.npmjs.com/package/lodash.padstart) under the hood because [JDD said Sup](https://twitter.com/jdalton/status/712418254010986497).

---
_Source: https://npm.io/package/left-shark · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
