Skip to content

Commit d7c32a4

Browse files
author
Arnavion
committed
Remove BOM from es6.d.ts
Fixes microsoft#1354
1 parent c075fe1 commit d7c32a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/es6.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
declare type PropertyKey = string | number | Symbol;
1+
declare type PropertyKey = string | number | Symbol;
22

33
interface Symbol {
44
/** Returns a string representation of an object. */

0 commit comments

Comments
 (0)