WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit e375085

Browse files
committed
chore: npm run update-api-docs
1 parent 0f119e5 commit e375085

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
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+
| [useUnixPathSeparator?](./inline-fixture-files.defineiffcreatoroptions.useunixpathseparator.md) | | boolean \| undefined | _(Optional)_ Use unix-style path separator (<code>/</code>) for paths on windows. |
20+
1521
## Methods
1622

1723
| Method | Description |
Lines changed: 13 additions & 0 deletions
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; [useUnixPathSeparator](./inline-fixture-files.defineiffcreatoroptions.useunixpathseparator.md)
4+
5+
## DefineIFFCreatorOptions.useUnixPathSeparator property
6+
7+
Use unix-style path separator (`/`<!-- -->) for paths on windows.
8+
9+
**Signature:**
10+
11+
```typescript
12+
useUnixPathSeparator?: boolean | undefined;
13+
```

0 commit comments

Comments
 (0)