0.9.0 • Published 9 years ago

minitrue v0.9.0

Weekly downloads
15
License
MIT
Repository
github
Last release
9 years ago

minitrue Build Status

War is Peace

Freedom is Slavery

Ignorance is Strength

Ministry of Truth

minitrue (Ministry of Truth) create Probe cursors that reference a single object reference containing an Immutable Map.

All created Probe cursors via another Probe cursor point to the same single source of truth.

Any two Probe cursors with the same keypath will point to the same value.

Usage

$ npm install --save minitrue

API

minitrue

Create and return a Probe object with data as its unboxed root data. If data is not an Immutable collection, it'll be converted into one via Immutable.fromJS(data).

const truth = minitrue({
    'two plus two': {
        answer: 'five'
    }
});

Probe

See Probe API.

FAQ

WTF is minitrue?

minitrue, otherwise known as the Ministry of Truth, is an organization in George Orwell's novel, Nineteen Eighty-Four, that manages propaganda within a region called Oceania.

Sources:

License

MIT

0.9.0

9 years ago

0.8.1

9 years ago

0.8.0

9 years ago

0.7.1

9 years ago

0.7.0

9 years ago

0.6.0

9 years ago

0.5.1

9 years ago

0.5.0

9 years ago

0.4.0

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago