Skip to content

Supporting parameter after variable parameter #271

Open
@shibukawa

Description

@shibukawa

I am writing node_redis (https://github.com/mranney/node_redis) wrapper. It has method with variable parameter and async callback. JSX doesn't support these native function now.

function bitop(operation : string, destkey : string, ...srckey : string, callback : (Error) -> void) : void;

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions