chore: ts-ignore Math.f16round (#15902)

pull/15899/head
Rich Harris 4 months ago committed by GitHub
parent 895337cf47
commit 92cdeadadf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -28,7 +28,7 @@ const globals = {
'Math.max': [NUMBER, Math.max],
'Math.random': [NUMBER],
'Math.floor': [NUMBER, Math.floor],
// @ts-expect-error
// @ts-ignore
'Math.f16round': [NUMBER, Math.f16round],
'Math.round': [NUMBER, Math.round],
'Math.abs': [NUMBER, Math.abs],

Loading…
Cancel
Save