mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
10 lines
170 B
TypeScript
10 lines
170 B
TypeScript
/**
|
|
* @file
|
|
* @copyright 2020 Aleksej Komarov
|
|
* @license MIT
|
|
*/
|
|
|
|
import { createRequire } from 'node:module';
|
|
|
|
export const require = createRequire(import.meta.url);
|