serverus/tests/handlers/index.ts

6 lines
59 B
TypeScript
Raw Permalink Normal View History

2025-06-22 14:11:11 -07:00
import * as foo from './foo.ts';
export default {
foo
};