index.ts 102 Bytes Raw Blame History Permalink 1 2 3 4 import Exception from "./exception"; import Demo from "./demo"; export default [...Demo, Exception];