Fixed outdated typescriptlang.org link in comment (#5544)

The link in the comment pointed to an anchor which didn't exist on the page, so I did a search on the anchor and found out the information had moved to a separate page.
pull/7738/head
Oscar Mattsson 5 years ago committed by GitHub
parent 9148fc5633
commit 8f682fd8a3

@ -32,7 +32,7 @@ import Transition from './Transition';
import Window from './Window';
// note: to write less types each of types in union below should have type defined as literal
// https://www.typescriptlang.org/docs/handbook/advanced-types.html#discriminated-unions
// https://www.typescriptlang.org/docs/handbook/unions-and-intersections.html#discriminating-unions
export type INode = Action
| Animation
| Attribute

Loading…
Cancel
Save