There was an error while loading. Please reload this page.
to-one-line
1 parent 73b8eae commit 0382cd5Copy full SHA for 0382cd5
1 file changed
src/commands/index.ts
@@ -13,6 +13,7 @@ import { toDynamicImport } from './to-dynamic-import'
13
import { toForEach } from './to-for-each'
14
import { toForOf } from './to-for-of'
15
import { toFunction } from './to-function'
16
+import { toOneLine } from './to-one-line'
17
import { toPromiseAll } from './to-promise-all'
18
import { toStringLiteral } from './to-string-literal'
19
import { toTemplateLiteral } from './to-template-literal'
@@ -35,6 +36,7 @@ export {
35
36
toForEach,
37
toForOf,
38
toFunction,
39
+ toOneLine,
40
toPromiseAll,
41
toStringLiteral,
42
toTemplateLiteral,
@@ -58,6 +60,7 @@ export const builtinCommands = [
58
60
59
61
62
63
64
65
66
0 commit comments