unplugin-env 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,8 @@
1
+ import * as _unplugin from 'unplugin';
2
+ import { UnpluginFactory } from 'unplugin';
3
+ import { Options } from './types.cjs';
4
+
5
+ declare const unpluginFactory: UnpluginFactory<Options | undefined>;
6
+ declare const unplugin: _unplugin.UnpluginInstance<Options | undefined, boolean>;
7
+
8
+ export { unplugin as default, unplugin, unpluginFactory };
package/dist/index.d.ts CHANGED
@@ -1,6 +1,8 @@
1
- import * as unplugin from 'unplugin';
1
+ import * as _unplugin from 'unplugin';
2
+ import { UnpluginFactory } from 'unplugin';
2
3
  import { Options } from './types.js';
3
4
 
4
- declare const _default: unplugin.UnpluginInstance<Options | undefined, boolean>;
5
+ declare const unpluginFactory: UnpluginFactory<Options | undefined>;
6
+ declare const unplugin: _unplugin.UnpluginInstance<Options | undefined, boolean>;
5
7
 
6
- export { _default as default };
8
+ export { unplugin as default, unplugin, unpluginFactory };
package/dist/index.js CHANGED
@@ -1,6 +1,10 @@
1
1
  import {
2
- unplugin_default
3
- } from "./chunk-SE27KXSW.js";
2
+ src_default,
3
+ unplugin,
4
+ unpluginFactory
5
+ } from "./chunk-7VC4K6HT.js";
4
6
  export {
5
- unplugin_default as default
7
+ src_default as default,
8
+ unplugin,
9
+ unpluginFactory
6
10
  };