4 lines
57 B
TypeScript
4 lines
57 B
TypeScript
const helloworld = 'helloworld';
|
|
|
|
export { helloworld };
|
const helloworld = 'helloworld';
|
|
|
|
export { helloworld };
|