mirror of
https://github.com/developit/microbundle.git
synced 2026-01-18 13:56:35 +00:00
4 lines
41 B
TypeScript
4 lines
41 B
TypeScript
export function foo() {
|
|
return 'foo';
|
|
}
|