UNPKG

game-library-sdk-mgs

Version:

SDK to integrate games with the game library platform.

8 lines (6 loc) 212 B
// utils.js const logError = (message) => { console.error(`[Error]: ${message}`); }; // تصدير الوظيفة لتكون متاحة في الملفات الأخرى module.exports = { logError };