ref(TS) Convert some base features to TS (#12138)

This commit is contained in:
Robert Pintilii
2022-09-14 10:54:56 +03:00
committed by GitHub
parent 5502601fb3
commit 95084e1004
56 changed files with 352 additions and 312 deletions

View File

@@ -0,0 +1,3 @@
import { getLogger } from '../logging/functions';
export default getLogger('features/base/util');