mirror of
https://github.com/flynx/types.js.git
synced 2025-10-28 10:00:08 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
389e92308e
commit
4a804b4bb2
@ -82,6 +82,10 @@ function(list){
|
||||
: elem })
|
||||
: elem }) }
|
||||
|
||||
//
|
||||
// handle(<packed>, <handler>[, <onerror>])
|
||||
// -> <packed>
|
||||
//
|
||||
var handle =
|
||||
module.handle =
|
||||
function(list, handler, onerror){
|
||||
@ -146,6 +150,10 @@ function(list, handler, onerror){
|
||||
// onerror...
|
||||
...handlers.slice(1)) }
|
||||
|
||||
//
|
||||
// unpack(<packed>)
|
||||
// -> <array>
|
||||
//
|
||||
var unpack =
|
||||
module.unpack =
|
||||
function(list){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user