Skip to content

Commit 8dbf69c

Browse files
committed
add documentation for EOL option
1 parent 7005eee commit 8dbf69c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ You can set the following options:
129129
* `option.searchDir`: Directory which includes target `*.css` files(default: `'./'`).
130130
* `option.outDir`: Output directory(default: `option.searchDir`).
131131
* `option.camelCase`: Camelize CSS class tokens.
132+
* `option.EOL`: EOL (end of line) for the generated `d.ts` files. Possible values `'\n'` or `'\r\n'`(default: `os.EOL`).
132133

133134
#### `create(filepath, contents) => Promise(dtsContent)`
134135
Returns `DtsContent` instance.

0 commit comments

Comments
 (0)