monorepo/packages/plugin-custom-logger/src/foo.ts
2024-12-09 12:01:58 +00:00

3 lines
42 B
TypeScript

export function foo() {
return "bar"
}