1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-07 22:50:05 +00:00

feat(log): added parseErrorsAndWarnings utility

This commit is contained in:
Yury Shkoda
2023-04-10 15:45:54 +03:00
parent 15774eca34
commit 7c1c1e2410
4 changed files with 51 additions and 1 deletions

3
web/src/utils/index.ts Normal file
View File

@@ -0,0 +1,3 @@
export * from './log'
export * from './types'
export * from './helper'