General refactoring

This commit is contained in:
Nikolai Laevskii
2023-08-02 06:13:14 +02:00
parent 68124ad53a
commit 3b7f505149
14 changed files with 292 additions and 225 deletions

2
src/utils/index.ts Normal file
View File

@@ -0,0 +1,2 @@
export * from './is-list-equal';
export * from './print-pattern';