fs-fixture 2.8.0 → 2.8.1
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.
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -88,4 +88,4 @@ type CreateFixtureOptions = {
|
|
|
88
88
|
};
|
|
89
89
|
declare const createFixture: (source?: string | FileTree, options?: CreateFixtureOptions) => Promise<FsFixture>;
|
|
90
90
|
|
|
91
|
-
export { type CreateFixtureOptions, type FsFixtureType as FsFixture, createFixture };
|
|
91
|
+
export { type CreateFixtureOptions, type FileTree, type FsFixtureType as FsFixture, createFixture };
|
package/dist/index.d.mts
CHANGED
|
@@ -88,4 +88,4 @@ type CreateFixtureOptions = {
|
|
|
88
88
|
};
|
|
89
89
|
declare const createFixture: (source?: string | FileTree, options?: CreateFixtureOptions) => Promise<FsFixture>;
|
|
90
90
|
|
|
91
|
-
export { type CreateFixtureOptions, type FsFixtureType as FsFixture, createFixture };
|
|
91
|
+
export { type CreateFixtureOptions, type FileTree, type FsFixtureType as FsFixture, createFixture };
|