Skip to content

Commit a6d536d

Browse files
committed
clear entry file
1 parent d7f15a8 commit a6d536d

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

src/index.ts

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
"use strict";
22

3-
import executeFunc from "./functions/executor";
4-
import getSupportedLanguagesFunc from "./functions/supported-languages";
5-
import { Language } from "./constants";
6-
import lxc from "./lxc";
7-
8-
export const languages = Language;
9-
export const execute = executeFunc;
10-
export const LXC = lxc;
11-
export const getSupportedLanguages = getSupportedLanguagesFunc;
3+
export { Language as languages } from "./constants";
4+
export { default as execute } from "./functions/executor";
5+
export { default as LXC } from "./lxc";
6+
export { default as getSupportedLanguages } from "./functions/supported-languages";

0 commit comments

Comments
 (0)