From 293a849288aa468ac277843039c618fbd28eeafd Mon Sep 17 00:00:00 2001 From: Matt Pocock Date: Thu, 24 Aug 2023 14:12:53 +0100 Subject: [PATCH] 2023-08-24T13:12:53.534Z --- ...-type-parameter-constraints-with-generic-functions.problem.ts} | 0 ...type-parameter-constraints-with-generic-functions.solution.ts} | 0 ...problem.ts => 186-generic-functions-with-inference.problem.ts} | 0 ...lution.ts => 186-generic-functions-with-inference.solution.ts} | 0 ...function.problem.ts => 187-multiple-type-arguments.problem.ts} | 0 ...nction.solution.ts => 187-multiple-type-arguments.solution.ts} | 0 ...dicates.problem.ts => 188-create-group-by-function.problem.ts} | 0 ...cates.solution.ts => 188-create-group-by-function.solution.ts} | 0 ...ertion-functions.problem.ts => 189-type-predicates.problem.ts} | 0 ...tion-functions.solution.ts => 189-type-predicates.solution.ts} | 0 src/085-the-utils-folder/190-assertion-functions.problem.ts | 0 src/085-the-utils-folder/190-assertion-functions.solution.ts | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename src/085-the-utils-folder/{185-generic-functions-with-inference.problem.ts => 185-type-parameter-constraints-with-generic-functions.problem.ts} (100%) rename src/085-the-utils-folder/{185-generic-functions-with-inference.solution.ts => 185-type-parameter-constraints-with-generic-functions.solution.ts} (100%) rename src/085-the-utils-folder/{186-multiple-type-arguments.problem.ts => 186-generic-functions-with-inference.problem.ts} (100%) rename src/085-the-utils-folder/{186-multiple-type-arguments.solution.ts => 186-generic-functions-with-inference.solution.ts} (100%) rename src/085-the-utils-folder/{187-create-group-by-function.problem.ts => 187-multiple-type-arguments.problem.ts} (100%) rename src/085-the-utils-folder/{187-create-group-by-function.solution.ts => 187-multiple-type-arguments.solution.ts} (100%) rename src/085-the-utils-folder/{188-type-predicates.problem.ts => 188-create-group-by-function.problem.ts} (100%) rename src/085-the-utils-folder/{188-type-predicates.solution.ts => 188-create-group-by-function.solution.ts} (100%) rename src/085-the-utils-folder/{189-assertion-functions.problem.ts => 189-type-predicates.problem.ts} (100%) rename src/085-the-utils-folder/{189-assertion-functions.solution.ts => 189-type-predicates.solution.ts} (100%) create mode 100644 src/085-the-utils-folder/190-assertion-functions.problem.ts create mode 100644 src/085-the-utils-folder/190-assertion-functions.solution.ts diff --git a/src/085-the-utils-folder/185-generic-functions-with-inference.problem.ts b/src/085-the-utils-folder/185-type-parameter-constraints-with-generic-functions.problem.ts similarity index 100% rename from src/085-the-utils-folder/185-generic-functions-with-inference.problem.ts rename to src/085-the-utils-folder/185-type-parameter-constraints-with-generic-functions.problem.ts diff --git a/src/085-the-utils-folder/185-generic-functions-with-inference.solution.ts b/src/085-the-utils-folder/185-type-parameter-constraints-with-generic-functions.solution.ts similarity index 100% rename from src/085-the-utils-folder/185-generic-functions-with-inference.solution.ts rename to src/085-the-utils-folder/185-type-parameter-constraints-with-generic-functions.solution.ts diff --git a/src/085-the-utils-folder/186-multiple-type-arguments.problem.ts b/src/085-the-utils-folder/186-generic-functions-with-inference.problem.ts similarity index 100% rename from src/085-the-utils-folder/186-multiple-type-arguments.problem.ts rename to src/085-the-utils-folder/186-generic-functions-with-inference.problem.ts diff --git a/src/085-the-utils-folder/186-multiple-type-arguments.solution.ts b/src/085-the-utils-folder/186-generic-functions-with-inference.solution.ts similarity index 100% rename from src/085-the-utils-folder/186-multiple-type-arguments.solution.ts rename to src/085-the-utils-folder/186-generic-functions-with-inference.solution.ts diff --git a/src/085-the-utils-folder/187-create-group-by-function.problem.ts b/src/085-the-utils-folder/187-multiple-type-arguments.problem.ts similarity index 100% rename from src/085-the-utils-folder/187-create-group-by-function.problem.ts rename to src/085-the-utils-folder/187-multiple-type-arguments.problem.ts diff --git a/src/085-the-utils-folder/187-create-group-by-function.solution.ts b/src/085-the-utils-folder/187-multiple-type-arguments.solution.ts similarity index 100% rename from src/085-the-utils-folder/187-create-group-by-function.solution.ts rename to src/085-the-utils-folder/187-multiple-type-arguments.solution.ts diff --git a/src/085-the-utils-folder/188-type-predicates.problem.ts b/src/085-the-utils-folder/188-create-group-by-function.problem.ts similarity index 100% rename from src/085-the-utils-folder/188-type-predicates.problem.ts rename to src/085-the-utils-folder/188-create-group-by-function.problem.ts diff --git a/src/085-the-utils-folder/188-type-predicates.solution.ts b/src/085-the-utils-folder/188-create-group-by-function.solution.ts similarity index 100% rename from src/085-the-utils-folder/188-type-predicates.solution.ts rename to src/085-the-utils-folder/188-create-group-by-function.solution.ts diff --git a/src/085-the-utils-folder/189-assertion-functions.problem.ts b/src/085-the-utils-folder/189-type-predicates.problem.ts similarity index 100% rename from src/085-the-utils-folder/189-assertion-functions.problem.ts rename to src/085-the-utils-folder/189-type-predicates.problem.ts diff --git a/src/085-the-utils-folder/189-assertion-functions.solution.ts b/src/085-the-utils-folder/189-type-predicates.solution.ts similarity index 100% rename from src/085-the-utils-folder/189-assertion-functions.solution.ts rename to src/085-the-utils-folder/189-type-predicates.solution.ts diff --git a/src/085-the-utils-folder/190-assertion-functions.problem.ts b/src/085-the-utils-folder/190-assertion-functions.problem.ts new file mode 100644 index 0000000..e69de29 diff --git a/src/085-the-utils-folder/190-assertion-functions.solution.ts b/src/085-the-utils-folder/190-assertion-functions.solution.ts new file mode 100644 index 0000000..e69de29