4 lines
73 B
JavaScript
4 lines
73 B
JavaScript
/* Deno entry point */
|
|
|
|
export { default } from './dist/index.deno.mjs';
|