export const threadLastAsync = async (
    init: MaybePromise<any>,
    ...fns: (FnAnyA<any> | [FnAnyA<any>, ...any[]])[]
) => {
    let res = await init;