export function createArray(...args) { return args.slice(0, -1); };