Skip to content

Commit

Permalink
Add contents table to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Amine Ben hammou committed Jul 1, 2023
1 parent 78d7ab1 commit cfd1eb7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,16 @@ A small library to measure the compile time performance of Typescript code.

# Contents


- [Installation](#installation)
- [Simple usages](#simple-usages)
- [Measuring a file by path](#measuring-a-file-by-path)
- [Measuring a code snippet](#measuring-a-code-snippet)
- [Writing performance tests for Typescript types](#writing-performance-tests-for-typescript-types)
- [API reference](#api-reference)
- [measurePath](#measure-path)
- [measureCode](#measure-code)
- [Contributing](#contributing)
- [Changelog](#changelog)

# Installation

Expand Down

0 comments on commit cfd1eb7

Please sign in to comment.