5 lines
66 B
JavaScript
5 lines
66 B
JavaScript
|
|
import { setGetEnv } from "./runtime.js";
|
||
|
|
export {
|
||
|
|
setGetEnv
|
||
|
|
};
|