mirror of
https://github.com/colanode/colanode.git
synced 2025-12-16 19:57:46 +01:00
4 lines
56 B
TypeScript
4 lines
56 B
TypeScript
|
|
export const core = () => {
|
||
|
|
return 'core library';
|
||
|
|
};
|