1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-03 04:48:52 -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" | "f32"
| "f64"; | "f64";
/** All BigInt number type sfor interfacing with foreign functions */ /** All BigInt number types for interfacing with foreign functions */
type NativeBigIntType = type NativeBigIntType =
| "u64" | "u64"
| "i64" | "i64"