1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-31 03:29:10 -05:00

docs(cli/dts): fix typo (#15457)

This commit is contained in:
Roj 2022-08-12 09:32:38 +03:00 committed by GitHub
parent 39fb32df46
commit ee2f4e745c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -342,7 +342,7 @@ declare namespace Deno {
| "f32"
| "f64";
/** All BigInt number type sfor interfacing with foreign functions */
/** All BigInt number types for interfacing with foreign functions */
type NativeBigIntType =
| "u64"
| "i64"