Deploy to GitHub pages

This commit is contained in:
github-actions[bot]
2026-07-22 18:32:37 +00:00
committed by GitHub
commit 0686a3c470
882 changed files with 354185 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#[
autogenerated by docgen
loc: /home/runner/work/Nim/Nim/lib/std/private/jsutils.nim(27, 5)
rdoccmd:
]#
import std/assertions
import "/home/runner/work/Nim/Nim/lib/std/private/jsutils.nim"
{.line: ("/home/runner/work/Nim/Nim/lib/std/private/jsutils.nim", 27, 5).}:
import std/[jsffi, jsbigints]
assert jsTypeOf(1.toJs) == "number"
assert jsTypeOf(false.toJs) == "boolean"
assert [1].toJs.jsTypeOf == "object" # note the difference with `getProtoName`
assert big"1".toJs.jsTypeOf == "bigint"