Skip to content

lachrist/kalah

Repository files navigation

kalah kalah-logo

This module has been renamed MelfSharing and is available at https://github.com/lachrist/melf-sharing

(A)Synchronous remote references based on melf. Usage here, live demo here.

kalah = require("kalah")(melf, options)

  • melf :: melf.Melf
  • options :: object
    • sync :: boolean
    • namespace :: string
  • kalah :: object
    • alias = ownerof(value)
      • value :: *
      • alias :: string
    • value = import(data, type)
      • data :: json
      • type :: Type
      • value :: *
    • data = export(value, type)
      • value :: *
      • type :: Type
      • data :: json

Type

  • "boolean"
  • "number"
  • "string"
  • "primitive"
  • "reference"
  • "json"
  • "any"
  • {Type}
  • [Type]

About

Remote references based on Melf

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published