More TGUI Maintenance

This commit is contained in:
Casey
2022-06-05 17:58:12 -04:00
committed by CHOMPStation2
parent b0b0ec8bc4
commit 1e7c0c6685
39 changed files with 309 additions and 111 deletions

View File

@@ -0,0 +1,9 @@
/**
* @file
* @copyright 2020 Aleksej Komarov
* @license MIT
*/
import { createRequire } from 'module';
export const require = createRequire(import.meta.url);