index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
registry
/
jsr
/
@std
/
assert
/
1.0.0
/
assert.ts
blob: 8c20c347ac655dfa00d8c94df182db539048c044 (
plain
)
1
2
3
4
// deno-lint-ignore-file export function assert(expr: unknown) { return true; }