4 lines
177 B
TypeScript
4 lines
177 B
TypeScript
|
// @ts-nocheck
|
||
|
export { fromFileUrl } from 'https://deno.land/std@0.110.0/path/mod.ts';
|
||
|
export { assertEquals, assert } from 'https://deno.land/std@0.132.0/testing/asserts.ts';
|