# typewiselite

> comparison for sensible javascript objects

Latest version **1.0.0** (published 2014-09-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install typewiselite
pnpm add typewiselite
yarn add typewiselite
bun add typewiselite
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2014-09-01 |
| First published | 2014-04-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5 |
| Author | Dean Landolt |
| Maintainers | dominictarr |
| Keywords | sort, order, collation, leveldb, indexeddb, couchdb |

## Links

- npm: https://www.npmjs.com/package/typewiselite
- Repository: https://github.com/dominictarr/typewiselite
- Issues: https://github.com/dominictarr/typewiselite/issues
- npm.io page: https://npm.io/package/typewiselite

## Recent versions

- 1.0.0 (latest) — 2014-09-01
- 0.7.1 — 2014-08-31
- 0.7.0 — 2014-04-16

## README

typewise
=========

# typewiselite

compare sensible js data types

this is a fork of [typewise](https://github.com/deanlandolt/typewise)

## example

``` js

var compare = require('typewiselite')

ARRAY.sort(compare)

```

## ordering

* null
* boolean (false < true)
* numbers
* buffers
* strings
* object (!will throw)
* arrays
* undefined

ordering is the same as [bytewise](https://github.com/deanlandolt/bytewise)
except there is no support for {} objects.

## License

[MIT](http://deanlandolt.mit-license.org/)

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