5 ms·
Is it really good form in TypeScript to make all functions async, even when functions don't use await? like this, https://github.com/cloudflare/workers-oauth-p
by scherlock 1y ago
Is it really good form in TypeScript to make all functions async, even when functions don't use await? like this, https://github.com/cloudflare/workers-oauth-provider/blob/fe8dbd46fb8e8e25fc1bef7ea0114aa7e402617d/src/oauth-provider.ts#L1882 https://github.com/cloudflare/workers-oauth-provider/blob/fe...