Skip to content

Commit

Permalink
Merge pull request #2 from pibebtol/master
Browse files Browse the repository at this point in the history
Fixes for some broken links in the README.md
  • Loading branch information
David-Else committed Mar 12, 2020
2 parents af15fba + f821f4e commit ecd5723
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
- [Call Signature](#call-signature)
- [Construct Signature](#construct-signature)
- [Type Literal Syntax](#type-literal-syntax)
- [Excess Properties (⛔ Inconsistency)](#excess-properties-inconsistency)
- [Excess Properties (⛔ Inconsistency)](#excess-properties--inconsistency)
- [Mapped Types - Getting Types from Data](#mapped-types---getting-types-from-data)
- [`typeof` / `keyof` Examples](#typeof-keyof-examples)
- [`typeof` / `keyof` Examples](#typeof--keyof-examples)
- [`keyof` with Generics and Interfaces Example](#keyof-with-generics-and-interfaces-example)
- [Immutability](#immutability)
- [`readonly` Properties](#readonly-properties)
- [`readonly` Class Properties](#readonly-class-properties)
- [`readonly` Array / Tuple](#readonly-array-tuple)
- [`readonly` Array / Tuple](#readonly-array--tuple)
- [`const` Assertions](#const-assertions)
- [Strict Mode](#strict-mode)
- [Non-Nullable Types `--strictNullChecks`](#non-nullable-types---strictnullchecks)
Expand All @@ -33,9 +33,9 @@
- [Discriminated Unions](#discriminated-unions)
- [Exhaustive Pattern Matching Using `never`](#exhaustive-pattern-matching-using-never)
- [Optional Chaining](#optional-chaining)
- [`?.` returns `undefined` when hitting a `null` or `undefined`](#returns-undefined-when-hitting-a-null-or-undefined)
- [`?.` returns `undefined` when hitting a `null` or `undefined`](#-returns-undefined-when-hitting-a-null-or-undefined)
- [Nullish Coalescing](#nullish-coalescing)
- [`??` “fall Backs” to a Default Value When Dealing with `null` or `undefined`](#fall-backs-to-a-default-value-when-dealing-with-null-or-undefined)
- [`??` “fall Backs” to a Default Value When Dealing with `null` or `undefined`](#-fall-backs-to-a-default-value-when-dealing-with-null-or-undefined)
- [Assertion Functions](#assertion-functions)
- [A Standard JavaScript `Assert()` Doesn’t Work for Type Checking](#a-standard-javascript-assert-doesnt-work-for-type-checking)
- [Using `if` and `typeof` Everywhere is Bloat](#using-if-and-typeof-everywhere-is-bloat)
Expand Down

0 comments on commit ecd5723

Please sign in to comment.