f3ab822e32
* Allow dynamic imports when using Netlify Edge Functions * Update deno test script and changeset
5 lines
309 B
TypeScript
5 lines
309 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';
|
|
export * from 'https://deno.land/x/deno_dom/deno-dom-wasm.ts';
|
|
export * from 'https://deno.land/std@0.142.0/streams/conversion.ts';
|