File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change 1- export { default as inlinePluginOptionsFactorization } from "./factorization/inline-plugin"
2- export { default as storeOptionsFactorization } from "./factorization/store"
3- export { default as optionsFromQuery } from "./sources/query"
4- export { default as optionsFromURL } from "./sources/url"
5- export { default as optionsFromSystem } from "./sources/system"
6- export { default as optionsFromRuntime } from "./sources/runtime"
7- export { default as defaultOptions } from "./defaults"
8- export { default as mergeOptions } from "./merge"
1+ /**
2+ * @prettier
3+ */
4+ export { default as inlinePluginOptionsFactorization } from "./factorization/inline-plugin"
5+ export { default as storeOptionsFactorization } from "./factorization/store"
6+ export { default as optionsFromQuery } from "./sources/query"
7+ export { default as optionsFromURL } from "./sources/url"
8+ export { default as optionsFromSystem } from "./sources/system"
9+ export { default as optionsFromRuntime } from "./sources/runtime"
10+ export { default as defaultOptions } from "./defaults"
11+ export { default as mergeOptions } from "./merge"
12+ export { default as typeCastOptions } from "./type-cast"
You can’t perform that action at this time.
0 commit comments