summaryrefslogtreecommitdiff
path: root/tests/registry/jsr/@std/assert/0.220.1/assert.ts
blob: 8c20c347ac655dfa00d8c94df182db539048c044 (plain)
1
2
3
4
// deno-lint-ignore-file
export function assert(expr: unknown) {
  return true;
}