Skip to content

Commit

Permalink
Update LKG
Browse files Browse the repository at this point in the history
  • Loading branch information
mhegazy committed Jan 28, 2016
1 parent 2453e54 commit a288b84
Show file tree
Hide file tree
Showing 10 changed files with 27,552 additions and 1,714 deletions.
2 changes: 0 additions & 2 deletions lib/lib.core.es6.d.ts
Expand Up @@ -4658,7 +4658,6 @@ interface MapConstructor {
declare var Map: MapConstructor;

interface WeakMap<K, V> {
clear(): void;
delete(key: K): boolean;
get(key: K): V;
has(key: K): boolean;
Expand Down Expand Up @@ -4698,7 +4697,6 @@ declare var Set: SetConstructor;

interface WeakSet<T> {
add(value: T): WeakSet<T>;
clear(): void;
delete(value: T): boolean;
has(value: T): boolean;
[Symbol.toStringTag]: "WeakSet";
Expand Down

0 comments on commit a288b84

Please sign in to comment.