yentsun/kojo

Multiple extras unpacking

Closed this issue · 0 comments

turn this:

    const stair = kojo.get('stair');
    const tasu = kojo.get('tasu');

into this:

    const {stair, tasu} = kojo.get();