ts-ci/src/index.ts

4 lines
83 B
TypeScript
Raw Normal View History

2020-05-14 00:47:15 +02:00
export { myFunction } from "./myFunction";
export { myObject } from "./myObject";