forked from LeenkxTeam/Kmake
4 lines
58 B
JavaScript
4 lines
58 B
JavaScript
export function getImportMeta() {
|
|
return import.meta;
|
|
}
|