# @dcos/copychars

> --- 👩‍🔬 Please be aware that this package is still experimental — changes to the interface and underlying implementation are likely, and future development or maintenance is not guaranteed.

Latest version **0.1.2** (published 2018-06-21) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @dcos/copychars
pnpm add @dcos/copychars
yarn add @dcos/copychars
bun add @dcos/copychars
```

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.2 |
| Published | 2018-06-21 |
| First published | 2018-01-09 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 38.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Maintainers | billaraw, icharala, juliangieseke, mesosphere-it, nlight, orlandohohmeier, specone, weblancaster |
| Keywords | substr, v8, chrome, bug |

## Links

- npm: https://www.npmjs.com/package/@dcos/copychars
- Repository: https://github.com/dcos-labs/copychars
- Homepage: https://github.com/dcos-labs/copychars#readme
- Issues: https://github.com/dcos-labs/copychars/issues
- npm.io page: https://npm.io/package/@dcos/copychars

## Alternatives

- [@sentry/react-native](https://npm.io/package/@sentry/react-native.md) — 2.6M weekly downloads
- [@ardatan/aggregate-error](https://npm.io/package/@ardatan/aggregate-error.md) — 708.1K weekly downloads
- [custom-error-generator](https://npm.io/package/custom-error-generator.md) — 2.0K weekly downloads
- [@technik-sde/prosemirror-recreate-transform](https://npm.io/package/@technik-sde/prosemirror-recreate-transform.md) — 1.5K weekly downloads
- [@suchipi/error-utils](https://npm.io/package/@suchipi/error-utils.md) — 78 weekly downloads

## Recent versions

- 0.1.2 (latest) — 2018-06-21
- 0.1.1 — 2018-01-09
- 0.1.0 — 2018-01-09

## README

# Copy Characters  [![Build Status](https://travis-ci.org/dcos-labs/copychars.svg?branch=master)](https://travis-ci.org/dcos-labs/copychars)
            
---
👩‍🔬  Please be aware that this package is still experimental —
changes to the interface  and underlying implementation are likely,
and future development or maintenance is not guaranteed.

---

This package provides a function to copy characters from a string.


## Example

```js

import copychars from "@dcos/copychars";

copychars("abc-123", 4, 3);  //123

```

## TODO

* [ ] Document how this function differs from `subsrt` and `slice` and why one 
 would want to use instead of the native implementations
* [ ] Add a  performance test to verify that the provided solution allows the 
 browser to _properly_ garbage collect strings

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