mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-14 02:15:12 -06:00
Merge pull request #1357 from Arnavion/remove-es6-bom
Remove BOM from es6.d.ts
This commit is contained in:
commit
0907e1701d
2
src/lib/es6.d.ts
vendored
2
src/lib/es6.d.ts
vendored
@ -1,4 +1,4 @@
|
||||
declare type PropertyKey = string | number | Symbol;
|
||||
declare type PropertyKey = string | number | Symbol;
|
||||
|
||||
interface Symbol {
|
||||
/** Returns a string representation of an object. */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user