mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 20:14:31 +01:00
10 lines
170 B
JavaScript
10 lines
170 B
JavaScript
/**
|
|
* @file
|
|
* @copyright 2020 Aleksej Komarov
|
|
* @license MIT
|
|
*/
|
|
|
|
import { createRequire } from 'node:module';
|
|
|
|
export const require = createRequire(import.meta.url);
|