# democracyos-to-string

> A pagination plugin for List.js

Latest version **0.1.0** (published 2015-08-14) · 0 weekly downloads

## Install

```sh
npm install democracyos-to-string
pnpm add democracyos-to-string
yarn add democracyos-to-string
bun add democracyos-to-string
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2015-08-14 |
| First published | 2015-08-14 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 0.10.21 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Jonny Strömberg |
| Maintainers | democracyos |

## Links

- npm: https://www.npmjs.com/package/democracyos-to-string
- Repository: https://github.com/DemocracyOS/to-string
- Issues: https://github.com/DemocracyOS/to-string/issues
- npm.io page: https://npm.io/package/democracyos-to-string

## Recent versions

- 0.1.0 (latest) — 2015-08-14

## README

![web component logo](http://i49.tinypic.com/e7nj9v.png)

# toString

A minimal Javascript component for converting anything to a string

## Installation

    $ component install javve/to-string

## Example

```js
var toString = require('to-string');

toString(undefind); // returns ""
toString(null); // returns ""
toString(9); // returns "9"
toString({ foo: "bar" }); // returns something like "[object Object]"
toString(function() {}); // returns something like "function () {}"
```

## In action

[List.js](http://listjs.com)

## License

MIT

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