export default function starchain(callables) {
    const args = [];

    const len = callables.length;