mirror of
https://github.com/samanhappy/mcphub.git
synced 2025-12-24 02:39:19 -05:00
6 lines
127 B
TypeScript
6 lines
127 B
TypeScript
import { DataService } from './dataService.js';
|
|
|
|
export function getDataService(): DataService {
|
|
return new DataService();
|
|
}
|