0.0.6 • Published 9 years ago

kdf-core v0.0.6

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

KDCore

KDCore is the heart of KDFramework. It exports all of the necessary functionality for KDFramework is built on.

Example

{ KDObject } = require 'kdf-core'

user = new KDObject { id: 'user-1' }, { name: 'John Doe' }
message = new KDObject { id: 1, delegate: user }, { text: 'Hello world!' }

{ id } = message.getDelegate()

console.log id # => 'user-1'

{ text } = message.getData()
console.log text # => 'Hello world'

Installation

npm install kdf-core
0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago