Skip to content

Commit 2dc2465

Browse files
committed
chore: npm run update-api-docs
1 parent 6cc9b0b commit 2dc2465

2 files changed

+19
-0
lines changed

docs/api/inline-fixture-files.defineiffcreatoroptions.md

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ The options for [defineIFFCreator()](./inline-fixture-files.defineiffcreator.md)
1212
export interface DefineIFFCreatorOptions
1313
```
1414

15+
## Properties
16+
17+
| Property | Modifiers | Type | Description |
18+
| --- | --- | --- | --- |
19+
| [unixStylePath?](./inline-fixture-files.defineiffcreatoroptions.unixstylepath.md) | | boolean \| undefined | _(Optional)_ Use unix-style path separator (<code>/</code>) for paths on windows. |
20+
1521
## Methods
1622

1723
| Method | Description |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](./index.md) &gt; [@mizdra/inline-fixture-files](./inline-fixture-files.md) &gt; [DefineIFFCreatorOptions](./inline-fixture-files.defineiffcreatoroptions.md) &gt; [unixStylePath](./inline-fixture-files.defineiffcreatoroptions.unixstylepath.md)
4+
5+
## DefineIFFCreatorOptions.unixStylePath property
6+
7+
Use unix-style path separator (`/`<!-- -->) for paths on windows.
8+
9+
**Signature:**
10+
11+
```typescript
12+
unixStylePath?: boolean | undefined;
13+
```

0 commit comments

Comments
 (0)