ismism/ismism.ts/tst/mod.test.ts

3 lines
177 B
TypeScript
Raw Normal View History

2023-11-08 10:32:24 +08:00
export { assertEquals } from "https://deno.land/std@0.203.0/assert/assert_equals.ts"
2023-11-14 10:18:55 +08:00
export { assertNotEquals } from "https://deno.land/std@0.203.0/assert/assert_not_equals.ts"