mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
e621c2f7d3
This reverts commit 700d4f9649
.
3 lines
177 B
TypeScript
3 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';
|