swc/bundler/tests/deno-exec/deno-9350/full/input/trivia/mod.ts

5 lines
131 B
TypeScript
Raw Normal View History

import { TRIVIA } from "../types/mod.ts";
import aTVShow from "./a_tv_show.ts";
export const ALL_TRIVIA: TRIVIA[] = [...aTVShow];