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