You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The optional log function is called with 2 arguments, the message and the level (although the level is always 'warn'). The typing information only declares the 1st argument:
The optional
log
function is called with 2 arguments, the message and the level (although the level is always'warn'
). The typing information only declares the 1st argument:tarn.js/lib/Pool.d.ts
Line 15 in 270a295
Therefore, the example pool from README.md won't compile in TypeScript:
The text was updated successfully, but these errors were encountered: