feat(monorepo): migrate vue packages and apply oxlint refactors

This commit is contained in:
2026-03-07 18:07:22 +07:00
parent abd6605db3
commit 41d5e18f6b
286 changed files with 10295 additions and 5028 deletions
+4 -4
View File
@@ -7,8 +7,8 @@
*
* @since 0.0.1
*/
export const _global =
typeof globalThis !== 'undefined'
export const _global
= typeof globalThis !== 'undefined'
? globalThis
: typeof window !== 'undefined'
? window
@@ -22,7 +22,7 @@ export const _global =
* @name isClient
* @category Multi
* @description Check if the current environment is the client
*
*
* @since 0.0.1
*/
export const isClient = typeof window !== 'undefined' && typeof document !== 'undefined';
export const isClient = typeof window !== 'undefined' && typeof document !== 'undefined';
+1 -1
View File
@@ -1,2 +1,2 @@
export * from './global';
// export * from './debounce';
// export * from './debounce';