stacks 0.52.0 → 0.52.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (181) hide show
  1. package/auto-imports.d.ts +1595 -651
  2. package/components.d.ts +4 -2
  3. package/core/actions/build.config.ts +2 -0
  4. package/core/actions/package.json +14 -2
  5. package/core/actions/src/clean.ts +9 -12
  6. package/core/actions/src/deploy/domains.ts +1 -1
  7. package/core/actions/src/helpers/package-json.ts +1 -2
  8. package/core/actions/src/helpers/utils.ts +1 -2
  9. package/core/actions/src/release.ts +1 -1
  10. package/core/actions/src/tinker.ts +1 -0
  11. package/core/ai/build.config.ts +2 -0
  12. package/core/ai/package.json +1 -1
  13. package/core/alias/build.config.ts +2 -0
  14. package/core/alias/package.json +1 -2
  15. package/core/analytics/build.config.ts +2 -0
  16. package/core/analytics/package.json +1 -1
  17. package/core/arrays/build.config.ts +2 -0
  18. package/core/arrays/package.json +1 -1
  19. package/core/auth/build.config.ts +2 -0
  20. package/core/auth/package.json +1 -1
  21. package/core/auth/src/index.ts +1 -3
  22. package/core/buddy/README.md +1 -1
  23. package/core/buddy/package.json +1 -1
  24. package/core/buddy/src/commands/build.ts +8 -11
  25. package/core/buddy/src/commands/changelog.ts +4 -5
  26. package/core/buddy/src/commands/clean.ts +2 -3
  27. package/core/buddy/src/commands/deploy.ts +4 -5
  28. package/core/buddy/src/commands/dev.ts +2 -1
  29. package/core/buddy/src/commands/fresh.ts +2 -2
  30. package/core/buddy/src/commands/inspire.ts +4 -5
  31. package/core/buddy/src/commands/key.ts +4 -5
  32. package/core/buddy/src/commands/lint.ts +8 -10
  33. package/core/buddy/src/commands/make.ts +4 -5
  34. package/core/buddy/src/commands/migrate.ts +4 -5
  35. package/core/buddy/src/commands/onboarding.ts +4 -5
  36. package/core/buddy/src/commands/release.ts +4 -12
  37. package/core/buddy/src/commands/seed.ts +14 -14
  38. package/core/buddy/src/commands/setting.ts +4 -5
  39. package/core/buddy/src/commands/test.ts +29 -34
  40. package/core/buddy/src/commands/upgrade.ts +13 -16
  41. package/core/buddy/src/commands/version.ts +25 -16
  42. package/core/build/build.config.ts +2 -0
  43. package/core/build/node_modules/.bin/vite +4 -4
  44. package/core/build/node_modules/.bin/vite-ssg +4 -4
  45. package/core/build/node_modules/.bin/vue-docgen-web-types +4 -4
  46. package/core/build/package.json +5 -5
  47. package/core/build/src/stacks.ts +8 -14
  48. package/core/build/src/vue-components.ts +6 -4
  49. package/core/cache/build.config.ts +2 -0
  50. package/core/cache/package.json +2 -2
  51. package/core/chat/build.config.ts +2 -0
  52. package/core/chat/package.json +6 -6
  53. package/core/cli/package.json +1 -1
  54. package/core/cli/src/actions/install.ts +20 -2
  55. package/core/cli/src/helpers.ts +6 -1
  56. package/core/cli/src/run.ts +5 -8
  57. package/core/cloud/build.config.ts +2 -0
  58. package/core/cloud/package.json +1 -1
  59. package/core/collections/build.config.ts +2 -0
  60. package/core/collections/package.json +1 -1
  61. package/core/config/package.json +1 -1
  62. package/core/config/src/defaults.ts +0 -2
  63. package/core/config/src/stacks.ts +9 -2
  64. package/core/database/package.json +1 -1
  65. package/core/database/src/migrations/index.ts +2 -1
  66. package/core/datetime/package.json +1 -1
  67. package/core/desktop/build.config.ts +2 -0
  68. package/core/desktop/package.json +2 -2
  69. package/core/development/build.config.ts +2 -0
  70. package/core/development/package.json +6 -6
  71. package/core/docs/build.config.ts +1 -0
  72. package/core/docs/node_modules/.bin/vitepress +4 -4
  73. package/core/docs/package.json +2 -2
  74. package/core/domains/build.config.ts +2 -0
  75. package/core/domains/package.json +1 -1
  76. package/core/email/package.json +12 -12
  77. package/core/email/src/drivers/mailjet.ts +1 -0
  78. package/core/email/src/tailwind.config.ts +1 -1
  79. package/core/error-handling/package.json +2 -2
  80. package/core/events/package.json +1 -1
  81. package/core/faker/build.config.ts +2 -0
  82. package/core/faker/package.json +1 -1
  83. package/core/git/build.config.ts +2 -0
  84. package/core/git/package.json +1 -1
  85. package/core/health/build.config.ts +2 -0
  86. package/core/health/package.json +1 -1
  87. package/core/lint/build.config.ts +2 -0
  88. package/core/lint/node_modules/.bin/eslint +4 -4
  89. package/core/lint/package.json +3 -3
  90. package/core/lint/src/index.ts +1 -1
  91. package/core/logging/package.json +5 -5
  92. package/core/modules/build.config.ts +2 -0
  93. package/core/modules/package.json +1 -1
  94. package/core/notifications/package.json +22 -22
  95. package/core/notifications/src/index.ts +5 -8
  96. package/core/objects/build.config.ts +2 -0
  97. package/core/objects/package.json +1 -1
  98. package/core/orm/package.json +1 -1
  99. package/core/pages/build.config.ts +2 -0
  100. package/core/pages/package.json +1 -1
  101. package/core/path/build.config.ts +1 -0
  102. package/core/path/package.json +1 -1
  103. package/core/payments/build.config.ts +2 -0
  104. package/core/payments/package.json +2 -2
  105. package/core/push/build.config.ts +2 -0
  106. package/core/push/package.json +3 -3
  107. package/core/query-builder/build.config.ts +2 -0
  108. package/core/query-builder/package.json +1 -1
  109. package/core/queue/build.config.ts +2 -0
  110. package/core/queue/package.json +1 -1
  111. package/core/realtime/build.config.ts +2 -0
  112. package/core/realtime/package.json +1 -1
  113. package/core/router/build.config.ts +2 -0
  114. package/core/router/package.json +2 -2
  115. package/core/router/src/index.ts +114 -11
  116. package/core/scheduler/build.config.ts +2 -0
  117. package/core/scheduler/package.json +1 -1
  118. package/core/search-engine/build.config.ts +1 -0
  119. package/core/search-engine/package.json +1 -1
  120. package/core/search-engine/src/index.ts +1 -22
  121. package/core/security/build.config.ts +2 -0
  122. package/core/security/package.json +1 -1
  123. package/core/server/build.config.ts +2 -0
  124. package/core/server/node_modules/.bin/nitro +4 -4
  125. package/core/server/node_modules/.bin/nitropack +4 -4
  126. package/core/server/node_modules/.bin/vite +4 -4
  127. package/core/server/package.json +3 -3
  128. package/core/signals/build.config.ts +2 -0
  129. package/core/signals/package.json +1 -1
  130. package/core/slug/build.config.ts +2 -0
  131. package/core/slug/package.json +1 -1
  132. package/core/sms/build.config.ts +2 -0
  133. package/core/sms/package.json +11 -11
  134. package/core/storage/build.config.ts +2 -0
  135. package/core/storage/package.json +1 -1
  136. package/core/storage/src/index.ts +11 -1
  137. package/core/strings/package.json +1 -1
  138. package/core/strings/src/index.ts +0 -1
  139. package/core/testing/build.config.ts +2 -0
  140. package/core/testing/node_modules/.bin/vitest +4 -4
  141. package/core/testing/package.json +4 -4
  142. package/core/testing/src/index.ts +1 -0
  143. package/core/tinker/package.json +1 -1
  144. package/core/types/build.config.ts +2 -0
  145. package/core/types/node_modules/.bin/vite +4 -4
  146. package/core/types/node_modules/.bin/vite-ssg +4 -4
  147. package/core/types/node_modules/.bin/vitepress +4 -4
  148. package/core/types/package.json +7 -7
  149. package/core/types/src/cli.ts +10 -9
  150. package/core/types/src/fs.ts +8 -0
  151. package/core/types/src/router.ts +22 -0
  152. package/core/types/src/stacks.ts +3 -3
  153. package/core/ui/build.config.ts +2 -0
  154. package/core/ui/package.json +3 -3
  155. package/core/ui/src/index.ts +1 -1
  156. package/core/utils/build.config.ts +2 -0
  157. package/core/utils/node_modules/.bin/rimraf +4 -4
  158. package/core/utils/package.json +3 -3
  159. package/core/utils/src/base.ts +6 -5
  160. package/core/utils/src/config.ts +2 -3
  161. package/core/utils/src/currency.ts +26 -0
  162. package/core/utils/src/delete.ts +3 -0
  163. package/core/utils/src/helpers.ts +2 -2
  164. package/core/utils/src/index.ts +7 -9
  165. package/core/utils/src/math.ts +30 -0
  166. package/core/utils/src/throttle.ts +3 -6
  167. package/core/utils/src/vendors.ts +221 -0
  168. package/core/utils/src/versions.ts +1 -0
  169. package/core/validation/build.config.ts +2 -0
  170. package/core/validation/package.json +1 -1
  171. package/core/validation/src/index.ts +2 -29
  172. package/core/{strings/src/validation.ts → validation/src/is.ts} +83 -8
  173. package/core/validation/src/validate.ts +29 -0
  174. package/docs/node_modules/.bin/rimraf +4 -4
  175. package/docs/node_modules/.bin/vitepress +4 -4
  176. package/docs/package.json +2 -2
  177. package/package.json +93 -46
  178. package/vitest.config.ts +25 -17
  179. package/core/utils/src/is.ts +0 -83
  180. package/tests/feature/example.spec.ts +0 -20
  181. package/tests/unit/example.test.ts +0 -7
package/auto-imports.d.ts CHANGED
@@ -1,7 +1,754 @@
1
- // Generated by 'unplugin-auto-import'
1
+ /* eslint-disable */
2
+ /* prettier-ignore */
3
+ // @ts-nocheck
4
+ // Generated by unplugin-auto-import
2
5
  export {}
3
6
  declare global {
4
- const $$: typeof import('vue/macros')['$$']
7
+ const $: typeof import('vue/macros')['
8
+ // for type re-export
9
+ declare global {
10
+ // @ts-ignore
11
+ export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
12
+ }
13
+ // for vue template auto import
14
+ import { UnwrapRef } from 'vue'
15
+ declare module 'vue' {
16
+ interface ComponentCustomProperties {
17
+ readonly $$: UnwrapRef<typeof import('vue/macros')['$$']>
18
+ readonly $: UnwrapRef<typeof import('vue/macros')['$']>
19
+ readonly $computed: UnwrapRef<typeof import('vue/macros')['$computed']>
20
+ readonly $customRef: UnwrapRef<typeof import('vue/macros')['$customRef']>
21
+ readonly $ref: UnwrapRef<typeof import('vue/macros')['$ref']>
22
+ readonly $shallowRef: UnwrapRef<typeof import('vue/macros')['$shallowRef']>
23
+ readonly $toRef: UnwrapRef<typeof import('vue/macros')['$toRef']>
24
+ readonly // wip: UnwrapRef<typeof import('./core/realtime/src/index')['// wip']>
25
+ readonly Collection: UnwrapRef<typeof import('./core/objects/src/index')['Collection']>
26
+ readonly CssEngine: UnwrapRef<typeof import('@stacksjs/ui')['CssEngine']>
27
+ readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
28
+ readonly Err: UnwrapRef<typeof import('./core/error-handling/src/index')['Err']>
29
+ readonly Head: UnwrapRef<typeof import('./core/utils/src/vendors')['Head']>
30
+ readonly HeadVuePlugin: UnwrapRef<typeof import('./core/utils/src/vendors')['HeadVuePlugin']>
31
+ readonly Ok: UnwrapRef<typeof import('./core/error-handling/src/index')['Ok']>
32
+ readonly Result: UnwrapRef<typeof import('./core/error-handling/src/index')['Result']>
33
+ readonly ResultAsync: UnwrapRef<typeof import('./core/error-handling/src/index')['ResultAsync']>
34
+ readonly Router: UnwrapRef<typeof import('./core/router/src/index')['Router']>
35
+ readonly Store: UnwrapRef<typeof import('@stacksjs/ui')['Store']>
36
+ readonly Type: UnwrapRef<typeof import('./core/validation/src/validate')['Type']>
37
+ readonly UiEngine: UnwrapRef<typeof import('@stacksjs/ui')['UiEngine']>
38
+ readonly _dirname: UnwrapRef<typeof import('./core/storage/src/index')['_dirname']>
39
+ readonly actionsPath: UnwrapRef<typeof import('./core/path/src/index')['actionsPath']>
40
+ readonly add: UnwrapRef<typeof import('./core/utils/src/currency')['add']>
41
+ readonly addIrregularRule: UnwrapRef<typeof import('./core/strings/src/pluralize')['addIrregularRule']>
42
+ readonly addPluralRule: UnwrapRef<typeof import('./core/strings/src/pluralize')['addPluralRule']>
43
+ readonly addSingularRule: UnwrapRef<typeof import('./core/strings/src/pluralize')['addSingularRule']>
44
+ readonly addUncountableRule: UnwrapRef<typeof import('./core/strings/src/pluralize')['addUncountableRule']>
45
+ readonly afterAll: UnwrapRef<typeof import('vitest')['afterAll']>
46
+ readonly afterEach: UnwrapRef<typeof import('vitest')['afterEach']>
47
+ readonly aiPath: UnwrapRef<typeof import('./core/path/src/index')['aiPath']>
48
+ readonly aliasPath: UnwrapRef<typeof import('./core/path/src/index')['aliasPath']>
49
+ readonly allocate: UnwrapRef<typeof import('./core/utils/src/currency')['allocate']>
50
+ readonly and: UnwrapRef<typeof import('./core/utils/src/math')['and']>
51
+ readonly app: UnwrapRef<typeof import('../config/app')['default']>
52
+ readonly appPath: UnwrapRef<typeof import('./core/path/src/index')['appPath']>
53
+ readonly arraysPath: UnwrapRef<typeof import('./core/path/src/index')['arraysPath']>
54
+ readonly assert: UnwrapRef<typeof import('vitest')['assert']>
55
+ readonly asyncComputed: UnwrapRef<typeof import('./core/utils/src/vendors')['asyncComputed']>
56
+ readonly at: UnwrapRef<typeof import('./core/arrays/src/index')['at']>
57
+ readonly auth: UnwrapRef<typeof import('./core/auth/src/index')['auth']>
58
+ readonly authPath: UnwrapRef<typeof import('./core/path/src/index')['authPath']>
59
+ readonly autoResetRef: UnwrapRef<typeof import('./core/utils/src/vendors')['autoResetRef']>
60
+ readonly base64Encode: UnwrapRef<typeof import('./core/security/src/hash')['base64Encode']>
61
+ readonly base64Verify: UnwrapRef<typeof import('./core/security/src/hash')['base64Verify']>
62
+ readonly basename: UnwrapRef<typeof import('./core/path/src/index')['basename']>
63
+ readonly batchInvoke: UnwrapRef<typeof import('./core/utils/src/function')['batchInvoke']>
64
+ readonly bcryptEncode: UnwrapRef<typeof import('./core/security/src/hash')['bcryptEncode']>
65
+ readonly bcryptVerify: UnwrapRef<typeof import('./core/security/src/hash')['bcryptVerify']>
66
+ readonly beforeAll: UnwrapRef<typeof import('vitest')['beforeAll']>
67
+ readonly beforeEach: UnwrapRef<typeof import('vitest')['beforeEach']>
68
+ readonly breakpointsAntDesign: UnwrapRef<typeof import('./core/utils/src/vendors')['breakpointsAntDesign']>
69
+ readonly breakpointsBootstrapV5: UnwrapRef<typeof import('./core/utils/src/vendors')['breakpointsBootstrapV5']>
70
+ readonly breakpointsMasterCss: UnwrapRef<typeof import('./core/utils/src/vendors')['breakpointsMasterCss']>
71
+ readonly breakpointsQuasar: UnwrapRef<typeof import('./core/utils/src/vendors')['breakpointsQuasar']>
72
+ readonly breakpointsSematic: UnwrapRef<typeof import('./core/utils/src/vendors')['breakpointsSematic']>
73
+ readonly breakpointsTailwind: UnwrapRef<typeof import('./core/utils/src/vendors')['breakpointsTailwind']>
74
+ readonly breakpointsVuetify: UnwrapRef<typeof import('./core/utils/src/vendors')['breakpointsVuetify']>
75
+ readonly buildEnginePath: UnwrapRef<typeof import('./core/path/src/index')['buildEnginePath']>
76
+ readonly buildEntriesPath: UnwrapRef<typeof import('./core/path/src/index')['buildEntriesPath']>
77
+ readonly buildPath: UnwrapRef<typeof import('./core/path/src/index')['buildPath']>
78
+ readonly cache: UnwrapRef<typeof import('../config/cache')['default']>
79
+ readonly cachePath: UnwrapRef<typeof import('./core/path/src/index')['cachePath']>
80
+ readonly calculatePagination: UnwrapRef<typeof import('./core/search-engine/src/index')['calculatePagination']>
81
+ readonly camelCase: UnwrapRef<typeof import('./core/strings/src/case')['camelCase']>
82
+ readonly capitalCase: UnwrapRef<typeof import('./core/strings/src/case')['capitalCase']>
83
+ readonly capitalize: UnwrapRef<typeof import('./core/strings/src/utils')['capitalize']>
84
+ readonly cdn: UnwrapRef<typeof import('../config/cdn')['default']>
85
+ readonly chai: UnwrapRef<typeof import('vitest')['chai']>
86
+ readonly chatPath: UnwrapRef<typeof import('./core/path/src/index')['chatPath']>
87
+ readonly clamp: UnwrapRef<typeof import('./core/utils/src/math')['clamp']>
88
+ readonly clampArrayRange: UnwrapRef<typeof import('./core/arrays/src/index')['clampArrayRange']>
89
+ readonly clearUndefined: UnwrapRef<typeof import('./core/objects/src/index')['clearUndefined']>
90
+ readonly cli: UnwrapRef<typeof import('../config/cli')['default']>
91
+ readonly cliPath: UnwrapRef<typeof import('./core/path/src/index')['cliPath']>
92
+ readonly client: UnwrapRef<typeof import('./core/search-engine/src/index')['client']>
93
+ readonly cloneFnJSON: UnwrapRef<typeof import('./core/utils/src/vendors')['cloneFnJSON']>
94
+ readonly cloudPath: UnwrapRef<typeof import('./core/path/src/index')['cloudPath']>
95
+ readonly collect: UnwrapRef<typeof import('./core/objects/src/index')['collect']>
96
+ readonly collectionsPath: UnwrapRef<typeof import('./core/path/src/index')['collectionsPath']>
97
+ readonly compare: UnwrapRef<typeof import('./core/utils/src/currency')['compare']>
98
+ readonly componentsPath: UnwrapRef<typeof import('./core/path/src/index')['componentsPath']>
99
+ readonly computed: UnwrapRef<typeof import('vue')['computed']>
100
+ readonly computedAsync: UnwrapRef<typeof import('./core/utils/src/vendors')['computedAsync']>
101
+ readonly computedEager: UnwrapRef<typeof import('./core/utils/src/vendors')['computedEager']>
102
+ readonly computedInject: UnwrapRef<typeof import('./core/utils/src/vendors')['computedInject']>
103
+ readonly computedWithControl: UnwrapRef<typeof import('./core/utils/src/vendors')['computedWithControl']>
104
+ readonly config: UnwrapRef<typeof import('./core/notifications/src/tailwind.config')['config']>
105
+ readonly configPath: UnwrapRef<typeof import('./core/path/src/index')['configPath']>
106
+ readonly constantCase: UnwrapRef<typeof import('./core/strings/src/case')['constantCase']>
107
+ readonly contains: UnwrapRef<typeof import('./core/arrays/src/index')['contains']>
108
+ readonly containsAll: UnwrapRef<typeof import('./core/arrays/src/index')['containsAll']>
109
+ readonly containsAny: UnwrapRef<typeof import('./core/arrays/src/index')['containsAny']>
110
+ readonly containsNone: UnwrapRef<typeof import('./core/arrays/src/index')['containsNone']>
111
+ readonly containsOnly: UnwrapRef<typeof import('./core/arrays/src/index')['containsOnly']>
112
+ readonly controlledComputed: UnwrapRef<typeof import('./core/utils/src/vendors')['controlledComputed']>
113
+ readonly controlledRef: UnwrapRef<typeof import('./core/utils/src/vendors')['controlledRef']>
114
+ readonly convert: UnwrapRef<typeof import('./core/utils/src/currency')['convert']>
115
+ readonly copyFolder: UnwrapRef<typeof import('./core/storage/src/index')['copyFolder']>
116
+ readonly corePath: UnwrapRef<typeof import('./core/path/src/index')['corePath']>
117
+ readonly count: UnwrapRef<typeof import('../functions/counter')['count']>
118
+ readonly createApp: UnwrapRef<typeof import('vue')['createApp']>
119
+ readonly createControlledPromise: UnwrapRef<typeof import('./core/utils/src/promise')['createControlledPromise']>
120
+ readonly createEventHook: UnwrapRef<typeof import('./core/utils/src/vendors')['createEventHook']>
121
+ readonly createFetch: UnwrapRef<typeof import('./core/utils/src/vendors')['createFetch']>
122
+ readonly createFolder: UnwrapRef<typeof import('./core/storage/src/index')['createFolder']>
123
+ readonly createGenericProjection: UnwrapRef<typeof import('./core/utils/src/math')['createGenericProjection']>
124
+ readonly createGlobalState: UnwrapRef<typeof import('./core/utils/src/vendors')['createGlobalState']>
125
+ readonly createHead: UnwrapRef<typeof import('./core/utils/src/vendors')['createHead']>
126
+ readonly createInjectionState: UnwrapRef<typeof import('./core/utils/src/vendors')['createInjectionState']>
127
+ readonly createProjection: UnwrapRef<typeof import('./core/utils/src/math')['createProjection']>
128
+ readonly createPromiseLock: UnwrapRef<typeof import('./core/utils/src/promise')['createPromiseLock']>
129
+ readonly createReactiveFn: UnwrapRef<typeof import('./core/utils/src/vendors')['createReactiveFn']>
130
+ readonly createReusableTemplate: UnwrapRef<typeof import('./core/utils/src/vendors')['createReusableTemplate']>
131
+ readonly createSharedComposable: UnwrapRef<typeof import('./core/utils/src/vendors')['createSharedComposable']>
132
+ readonly createSingletonPromise: UnwrapRef<typeof import('./core/utils/src/promise')['createSingletonPromise']>
133
+ readonly createTemplatePromise: UnwrapRef<typeof import('./core/utils/src/vendors')['createTemplatePromise']>
134
+ readonly createUnrefFn: UnwrapRef<typeof import('./core/utils/src/vendors')['createUnrefFn']>
135
+ readonly currentPage: UnwrapRef<typeof import('./core/search-engine/src/index')['currentPage']>
136
+ readonly customElementsDataPath: UnwrapRef<typeof import('./core/path/src/index')['customElementsDataPath']>
137
+ readonly customRef: UnwrapRef<typeof import('vue')['customRef']>
138
+ readonly customStorageEventName: UnwrapRef<typeof import('./core/utils/src/vendors')['customStorageEventName']>
139
+ readonly dashboardPath: UnwrapRef<typeof import('./core/path/src/index')['dashboardPath']>
140
+ readonly database: UnwrapRef<typeof import('../config/database')['default']>
141
+ readonly databasePath: UnwrapRef<typeof import('./core/path/src/index')['databasePath']>
142
+ readonly dd: UnwrapRef<typeof import('./core/logging/src/index')['dd']>
143
+ readonly debounce: UnwrapRef<typeof import('./core/utils/src/debounce')['debounce']>
144
+ readonly debouncedRef: UnwrapRef<typeof import('./core/utils/src/vendors')['debouncedRef']>
145
+ readonly debouncedWatch: UnwrapRef<typeof import('./core/utils/src/vendors')['debouncedWatch']>
146
+ readonly debug: UnwrapRef<typeof import('../config/debug')['default']>
147
+ readonly decrypt: UnwrapRef<typeof import('./core/security/src/crypt')['decrypt']>
148
+ readonly deepMerge: UnwrapRef<typeof import('./core/objects/src/index')['deepMerge']>
149
+ readonly defaultDocument: UnwrapRef<typeof import('./core/utils/src/vendors')['defaultDocument']>
150
+ readonly defaultLocation: UnwrapRef<typeof import('./core/utils/src/vendors')['defaultLocation']>
151
+ readonly defaultNavigator: UnwrapRef<typeof import('./core/utils/src/vendors')['defaultNavigator']>
152
+ readonly defaultWindow: UnwrapRef<typeof import('./core/utils/src/vendors')['defaultWindow']>
153
+ readonly defineApp: UnwrapRef<typeof import('./core/utils/src/config')['defineApp']>
154
+ readonly defineAsyncComponent: UnwrapRef<typeof import('vue')['defineAsyncComponent']>
155
+ readonly defineCache: UnwrapRef<typeof import('./core/utils/src/config')['defineCache']>
156
+ readonly defineCdn: UnwrapRef<typeof import('./core/utils/src/config')['defineCdn']>
157
+ readonly defineCli: UnwrapRef<typeof import('./core/utils/src/config')['defineCli']>
158
+ readonly defineComponent: UnwrapRef<typeof import('vue')['defineComponent']>
159
+ readonly defineCronJobsConfig: UnwrapRef<typeof import('./core/utils/src/config')['defineCronJobsConfig']>
160
+ readonly defineDatabase: UnwrapRef<typeof import('./core/utils/src/config')['defineDatabase']>
161
+ readonly defineDebugConfig: UnwrapRef<typeof import('./core/utils/src/config')['defineDebugConfig']>
162
+ readonly defineDns: UnwrapRef<typeof import('./core/utils/src/config')['defineDns']>
163
+ readonly defineEmailConfig: UnwrapRef<typeof import('./core/utils/src/config')['defineEmailConfig']>
164
+ readonly defineEvents: UnwrapRef<typeof import('./core/utils/src/config')['defineEvents']>
165
+ readonly defineGit: UnwrapRef<typeof import('./core/utils/src/config')['defineGit']>
166
+ readonly defineHashing: UnwrapRef<typeof import('./core/utils/src/config')['defineHashing']>
167
+ readonly defineLibrary: UnwrapRef<typeof import('./core/utils/src/config')['defineLibrary']>
168
+ readonly defineModel: UnwrapRef<typeof import('./core/utils/src/config')['defineModel']>
169
+ readonly defineNotification: UnwrapRef<typeof import('./core/utils/src/config')['defineNotification']>
170
+ readonly definePage: UnwrapRef<typeof import('./core/utils/src/config')['definePage']>
171
+ readonly definePayment: UnwrapRef<typeof import('./core/utils/src/config')['definePayment']>
172
+ readonly defineSearchEngine: UnwrapRef<typeof import('./core/utils/src/config')['defineSearchEngine']>
173
+ readonly defineServices: UnwrapRef<typeof import('./core/utils/src/config')['defineServices']>
174
+ readonly defineStorage: UnwrapRef<typeof import('./core/utils/src/config')['defineStorage']>
175
+ readonly defineUi: UnwrapRef<typeof import('./core/utils/src/config')['defineUi']>
176
+ readonly del: UnwrapRef<typeof import('./core/utils/src/delete')['del']>
177
+ readonly deleteEmptyFolders: UnwrapRef<typeof import('./core/storage/src/index')['deleteEmptyFolders']>
178
+ readonly deleteFiles: UnwrapRef<typeof import('./core/storage/src/index')['deleteFiles']>
179
+ readonly deleteFolder: UnwrapRef<typeof import('./core/storage/src/index')['deleteFolder']>
180
+ readonly delimiter: UnwrapRef<typeof import('./core/path/src/index')['delimiter']>
181
+ readonly describe: UnwrapRef<typeof import('vitest')['describe']>
182
+ readonly desktopPath: UnwrapRef<typeof import('./core/path/src/index')['desktopPath']>
183
+ readonly detectIndent: UnwrapRef<typeof import('./core/utils/src/helpers')['detectIndent']>
184
+ readonly detectNewline: UnwrapRef<typeof import('./core/utils/src/helpers')['detectNewline']>
185
+ readonly determineDebugLevel: UnwrapRef<typeof import('./core/utils/src/helpers')['determineDebugLevel']>
186
+ readonly determineResetPreset: UnwrapRef<typeof import('./core/utils/src/helpers')['determineResetPreset']>
187
+ readonly determineState: UnwrapRef<typeof import('./core/search-engine/src/helpers')['determineState']>
188
+ readonly developmentPath: UnwrapRef<typeof import('./core/path/src/index')['developmentPath']>
189
+ readonly dinero: UnwrapRef<typeof import('./core/utils/src/currency')['dinero']>
190
+ readonly dirname: UnwrapRef<typeof import('./core/path/src/index')['dirname']>
191
+ readonly discord: UnwrapRef<typeof import('./core/chat/src/index')['discord']>
192
+ readonly dns: UnwrapRef<typeof import('../config/dns')['default']>
193
+ readonly docs: UnwrapRef<typeof import('../config/docs')['default']>
194
+ readonly docsPath: UnwrapRef<typeof import('./core/path/src/index')['docsPath']>
195
+ readonly doesFolderExist: UnwrapRef<typeof import('./core/storage/src/index')['doesFolderExist']>
196
+ readonly doesNotContain: UnwrapRef<typeof import('./core/arrays/src/index')['doesNotContain']>
197
+ readonly domainsPath: UnwrapRef<typeof import('./core/path/src/index')['domainsPath']>
198
+ readonly dotCase: UnwrapRef<typeof import('./core/strings/src/case')['dotCase']>
199
+ readonly dump: UnwrapRef<typeof import('./core/logging/src/index')['dump']>
200
+ readonly dynamodb: UnwrapRef<typeof import('./core/cache/src/index')['dynamodb']>
201
+ readonly eagerComputed: UnwrapRef<typeof import('./core/utils/src/vendors')['eagerComputed']>
202
+ readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
203
+ readonly email: UnwrapRef<typeof import('../config/email')['default']>
204
+ readonly emailPath: UnwrapRef<typeof import('./core/path/src/index')['emailPath']>
205
+ readonly encrypt: UnwrapRef<typeof import('./core/security/src/crypt')['encrypt']>
206
+ readonly ensurePrefix: UnwrapRef<typeof import('./core/strings/src/utils')['ensurePrefix']>
207
+ readonly ensureSuffix: UnwrapRef<typeof import('./core/strings/src/utils')['ensureSuffix']>
208
+ readonly env: UnwrapRef<typeof import('./core/utils/src/config')['env']>
209
+ readonly envVariables: UnwrapRef<typeof import('./core/validation/src/validate')['envVariables']>
210
+ readonly equal: UnwrapRef<typeof import('./core/utils/src/currency')['equal']>
211
+ readonly err: UnwrapRef<typeof import('./core/error-handling/src/index')['err']>
212
+ readonly errAsync: UnwrapRef<typeof import('./core/error-handling/src/index')['errAsync']>
213
+ readonly errorHandlingPath: UnwrapRef<typeof import('./core/path/src/index')['errorHandlingPath']>
214
+ readonly eslint: UnwrapRef<typeof import('./core/lint/src/index')['eslint']>
215
+ readonly events: UnwrapRef<typeof import('../config/events')['default']>
216
+ readonly eventsPath: UnwrapRef<typeof import('./core/path/src/index')['eventsPath']>
217
+ readonly examplesPath: UnwrapRef<typeof import('./core/path/src/index')['examplesPath']>
218
+ readonly executeTransition: UnwrapRef<typeof import('./core/utils/src/vendors')['executeTransition']>
219
+ readonly expect: UnwrapRef<typeof import('vitest')['expect']>
220
+ readonly expo: UnwrapRef<typeof import('./core/push/src/index')['expo']>
221
+ readonly extendRef: UnwrapRef<typeof import('./core/utils/src/vendors')['extendRef']>
222
+ readonly extname: UnwrapRef<typeof import('./core/path/src/index')['extname']>
223
+ readonly fakerPath: UnwrapRef<typeof import('./core/path/src/index')['fakerPath']>
224
+ readonly fcm: UnwrapRef<typeof import('./core/push/src/index')['fcm']>
225
+ readonly feature: UnwrapRef<typeof import('./core/testing/src/index')['feature']>
226
+ readonly filesystem: UnwrapRef<typeof import('./core/storage/src/index')['filesystem']>
227
+ readonly filterName: UnwrapRef<typeof import('./core/search-engine/src/index')['filterName']>
228
+ readonly filters: UnwrapRef<typeof import('./core/search-engine/src/index')['filters']>
229
+ readonly flattenArrayable: UnwrapRef<typeof import('./core/arrays/src/index')['flattenArrayable']>
230
+ readonly format: UnwrapRef<typeof import('./core/path/src/index')['format']>
231
+ readonly formatTimeAgo: UnwrapRef<typeof import('./core/utils/src/vendors')['formatTimeAgo']>
232
+ readonly frameworkPath: UnwrapRef<typeof import('./core/path/src/index')['frameworkPath']>
233
+ readonly frameworkVersion: UnwrapRef<typeof import('./core/utils/src/helpers')['frameworkVersion']>
234
+ readonly fromPromise: UnwrapRef<typeof import('./core/error-handling/src/index')['fromPromise']>
235
+ readonly fromSafePromise: UnwrapRef<typeof import('./core/error-handling/src/index')['fromSafePromise']>
236
+ readonly fromThrowable: UnwrapRef<typeof import('./core/error-handling/src/index')['fromThrowable']>
237
+ readonly functionsPath: UnwrapRef<typeof import('./core/path/src/index')['functionsPath']>
238
+ readonly generateAppKey: UnwrapRef<typeof import('./core/security/src/key')['generateAppKey']>
239
+ readonly generateFactoryFile: UnwrapRef<typeof import('./core/database/src/factory/index')['generateFactoryFile']>
240
+ readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
241
+ readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
242
+ readonly getSSRHandler: UnwrapRef<typeof import('./core/utils/src/vendors')['getSSRHandler']>
243
+ readonly getTypeName: UnwrapRef<typeof import('./core/utils/src/base')['getTypeName']>
244
+ readonly git: UnwrapRef<typeof import('../config/git')['default']>
245
+ readonly gitPath: UnwrapRef<typeof import('./core/path/src/index')['gitPath']>
246
+ readonly goToNextPage: UnwrapRef<typeof import('./core/search-engine/src/index')['goToNextPage']>
247
+ readonly goToPage: UnwrapRef<typeof import('./core/search-engine/src/index')['goToPage']>
248
+ readonly goToPrevPage: UnwrapRef<typeof import('./core/search-engine/src/index')['goToPrevPage']>
249
+ readonly greaterThan: UnwrapRef<typeof import('./core/utils/src/currency')['greaterThan']>
250
+ readonly greaterThanOrEqual: UnwrapRef<typeof import('./core/utils/src/currency')['greaterThanOrEqual']>
251
+ readonly gupshup: UnwrapRef<typeof import('./core/sms/src/index')['gupshup']>
252
+ readonly h: UnwrapRef<typeof import('vue')['h']>
253
+ readonly hasComponents: UnwrapRef<typeof import('./core/storage/src/index')['hasComponents']>
254
+ readonly hasFiles: UnwrapRef<typeof import('./core/storage/src/index')['hasFiles']>
255
+ readonly hasFunctions: UnwrapRef<typeof import('./core/storage/src/index')['hasFunctions']>
256
+ readonly hasOwnProperty: UnwrapRef<typeof import('./core/objects/src/index')['hasOwnProperty']>
257
+ readonly hasScript: UnwrapRef<typeof import('./core/utils/src/helpers')['hasScript']>
258
+ readonly hasSubUnits: UnwrapRef<typeof import('./core/utils/src/currency')['hasSubUnits']>
259
+ readonly hashing: UnwrapRef<typeof import('../config/hashing')['default']>
260
+ readonly haveSameAmount: UnwrapRef<typeof import('./core/utils/src/currency')['haveSameAmount']>
261
+ readonly haveSameCurrency: UnwrapRef<typeof import('./core/utils/src/currency')['haveSameCurrency']>
262
+ readonly headerCase: UnwrapRef<typeof import('./core/strings/src/case')['headerCase']>
263
+ readonly healthPath: UnwrapRef<typeof import('./core/path/src/index')['healthPath']>
264
+ readonly hits: UnwrapRef<typeof import('./core/search-engine/src/index')['hits']>
265
+ readonly ignorableWatch: UnwrapRef<typeof import('./core/utils/src/vendors')['ignorableWatch']>
266
+ readonly increment: UnwrapRef<typeof import('../functions/counter')['increment']>
267
+ readonly index: UnwrapRef<typeof import('./core/search-engine/src/index')['index']>
268
+ readonly inject: UnwrapRef<typeof import('vue')['inject']>
269
+ readonly isAbsolute: UnwrapRef<typeof import('./core/path/src/index')['isAbsolute']>
270
+ readonly isAlpha: UnwrapRef<typeof import('./core/validation/src/is')['isAlpha']>
271
+ readonly isAlphanumeric: UnwrapRef<typeof import('./core/validation/src/is')['isAlphanumeric']>
272
+ readonly isAppKeySet: UnwrapRef<typeof import('./core/utils/src/helpers')['isAppKeySet']>
273
+ readonly isArray: UnwrapRef<typeof import('./core/validation/src/is')['isArray']>
274
+ readonly isAscii: UnwrapRef<typeof import('./core/validation/src/is')['isAscii']>
275
+ readonly isBase32: UnwrapRef<typeof import('./core/validation/src/is')['isBase32']>
276
+ readonly isBase64: UnwrapRef<typeof import('./core/validation/src/is')['isBase64']>
277
+ readonly isBoolean: UnwrapRef<typeof import('./core/validation/src/is')['isBoolean']>
278
+ readonly isBrowser: UnwrapRef<typeof import('./core/validation/src/is')['isBrowser']>
279
+ readonly isByteLength: UnwrapRef<typeof import('./core/validation/src/is')['isByteLength']>
280
+ readonly isCreditCard: UnwrapRef<typeof import('./core/validation/src/is')['isCreditCard']>
281
+ readonly isCurrency: UnwrapRef<typeof import('./core/validation/src/is')['isCurrency']>
282
+ readonly isDark: UnwrapRef<typeof import('../functions/dark')['isDark']>
283
+ readonly isDataURI: UnwrapRef<typeof import('./core/validation/src/is')['isDataURI']>
284
+ readonly isDate: UnwrapRef<typeof import('./core/validation/src/is')['isDate']>
285
+ readonly isDeepEqual: UnwrapRef<typeof import('./core/utils/src/equal')['isDeepEqual']>
286
+ readonly isDef: UnwrapRef<typeof import('./core/validation/src/is')['isDef']>
287
+ readonly isDefined: UnwrapRef<typeof import('./core/utils/src/vendors')['isDefined']>
288
+ readonly isEmail: UnwrapRef<typeof import('./core/validation/src/is')['isEmail']>
289
+ readonly isEven: UnwrapRef<typeof import('./core/validation/src/is')['isEven']>
290
+ readonly isEvenOrOdd: UnwrapRef<typeof import('./core/validation/src/is')['isEvenOrOdd']>
291
+ readonly isFQDN: UnwrapRef<typeof import('./core/validation/src/is')['isFQDN']>
292
+ readonly isFile: UnwrapRef<typeof import('./core/storage/src/index')['isFile']>
293
+ readonly isFloat: UnwrapRef<typeof import('./core/validation/src/is')['isFloat']>
294
+ readonly isFolder: UnwrapRef<typeof import('./core/storage/src/index')['isFolder']>
295
+ readonly isFullWidth: UnwrapRef<typeof import('./core/validation/src/is')['isFullWidth']>
296
+ readonly isFunction: UnwrapRef<typeof import('./core/validation/src/is')['isFunction']>
297
+ readonly isHSL: UnwrapRef<typeof import('./core/validation/src/is')['isHSL']>
298
+ readonly isHalfWidth: UnwrapRef<typeof import('./core/validation/src/is')['isHalfWidth']>
299
+ readonly isHash: UnwrapRef<typeof import('./core/validation/src/is')['isHash']>
300
+ readonly isHexColor: UnwrapRef<typeof import('./core/validation/src/is')['isHexColor']>
301
+ readonly isHexadecimal: UnwrapRef<typeof import('./core/validation/src/is')['isHexadecimal']>
302
+ readonly isIBAN: UnwrapRef<typeof import('./core/validation/src/is')['isIBAN']>
303
+ readonly isIP: UnwrapRef<typeof import('./core/validation/src/is')['isIP']>
304
+ readonly isIPRange: UnwrapRef<typeof import('./core/validation/src/is')['isIPRange']>
305
+ readonly isISBN: UnwrapRef<typeof import('./core/validation/src/is')['isISBN']>
306
+ readonly isISIN: UnwrapRef<typeof import('./core/validation/src/is')['isISIN']>
307
+ readonly isISO31661Alpha2: UnwrapRef<typeof import('./core/validation/src/is')['isISO31661Alpha2']>
308
+ readonly isISO31661Alpha3: UnwrapRef<typeof import('./core/validation/src/is')['isISO31661Alpha3']>
309
+ readonly isISO8601: UnwrapRef<typeof import('./core/validation/src/is')['isISO8601']>
310
+ readonly isISRC: UnwrapRef<typeof import('./core/validation/src/is')['isISRC']>
311
+ readonly isISSN: UnwrapRef<typeof import('./core/validation/src/is')['isISSN']>
312
+ readonly isIdentityCard: UnwrapRef<typeof import('./core/validation/src/is')['isIdentityCard']>
313
+ readonly isInteger: UnwrapRef<typeof import('./core/validation/src/is')['isInteger']>
314
+ readonly isIntegerOrFloat: UnwrapRef<typeof import('./core/validation/src/is')['isIntegerOrFloat']>
315
+ readonly isJSON: UnwrapRef<typeof import('./core/validation/src/is')['isJSON']>
316
+ readonly isJWT: UnwrapRef<typeof import('./core/validation/src/is')['isJWT']>
317
+ readonly isKeyOf: UnwrapRef<typeof import('./core/objects/src/index')['isKeyOf']>
318
+ readonly isLatLong: UnwrapRef<typeof import('./core/validation/src/is')['isLatLong']>
319
+ readonly isLatitude: UnwrapRef<typeof import('./core/validation/src/is')['isLatitude']>
320
+ readonly isLongitude: UnwrapRef<typeof import('./core/validation/src/is')['isLongitude']>
321
+ readonly isMACAddress: UnwrapRef<typeof import('./core/validation/src/is')['isMACAddress']>
322
+ readonly isManifest: UnwrapRef<typeof import('./core/utils/src/helpers')['isManifest']>
323
+ readonly isMap: UnwrapRef<typeof import('./core/validation/src/is')['isMap']>
324
+ readonly isMimeType: UnwrapRef<typeof import('./core/validation/src/is')['isMimeType']>
325
+ readonly isMobilePhone: UnwrapRef<typeof import('./core/validation/src/is')['isMobilePhone']>
326
+ readonly isMongoId: UnwrapRef<typeof import('./core/validation/src/is')['isMongoId']>
327
+ readonly isNegative: UnwrapRef<typeof import('./core/validation/src/is')['isNegative']>
328
+ readonly isNull: UnwrapRef<typeof import('./core/validation/src/is')['isNull']>
329
+ readonly isNumber: UnwrapRef<typeof import('./core/validation/src/is')['isNumber']>
330
+ readonly isNumeric: UnwrapRef<typeof import('./core/validation/src/is')['isNumeric']>
331
+ readonly isObject: UnwrapRef<typeof import('./core/validation/src/is')['isObject']>
332
+ readonly isOdd: UnwrapRef<typeof import('./core/validation/src/is')['isOdd']>
333
+ readonly isOptionalString: UnwrapRef<typeof import('./core/utils/src/helpers')['isOptionalString']>
334
+ readonly isPlural: UnwrapRef<typeof import('./core/strings/src/pluralize')['isPlural']>
335
+ readonly isPositive: UnwrapRef<typeof import('./core/validation/src/is')['isPositive']>
336
+ readonly isPositiveOrNegative: UnwrapRef<typeof import('./core/validation/src/is')['isPositiveOrNegative']>
337
+ readonly isPostalCode: UnwrapRef<typeof import('./core/validation/src/is')['isPostalCode']>
338
+ readonly isPrimitive: UnwrapRef<typeof import('./core/validation/src/is')['isPrimitive']>
339
+ readonly isProjectCreated: UnwrapRef<typeof import('./core/utils/src/helpers')['isProjectCreated']>
340
+ readonly isPromise: UnwrapRef<typeof import('./core/validation/src/is')['isPromise']>
341
+ readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
342
+ readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
343
+ readonly isReadonly: UnwrapRef<typeof import('vue')['isReadonly']>
344
+ readonly isRef: UnwrapRef<typeof import('vue')['isRef']>
345
+ readonly isRegExp: UnwrapRef<typeof import('./core/validation/src/is')['isRegExp']>
346
+ readonly isServer: UnwrapRef<typeof import('./core/validation/src/is')['isServer']>
347
+ readonly isSet: UnwrapRef<typeof import('./core/validation/src/is')['isSet']>
348
+ readonly isSingular: UnwrapRef<typeof import('./core/strings/src/pluralize')['isSingular']>
349
+ readonly isString: UnwrapRef<typeof import('./core/validation/src/is')['isString']>
350
+ readonly isStrongPassword: UnwrapRef<typeof import('./core/validation/src/is')['isStrongPassword']>
351
+ readonly isSymbol: UnwrapRef<typeof import('./core/validation/src/is')['isSymbol']>
352
+ readonly isTruthy: UnwrapRef<typeof import('./core/utils/src/guards')['isTruthy']>
353
+ readonly isURL: UnwrapRef<typeof import('./core/validation/src/is')['isURL']>
354
+ readonly isUUID: UnwrapRef<typeof import('./core/validation/src/is')['isUUID']>
355
+ readonly isUndefined: UnwrapRef<typeof import('./core/validation/src/is')['isUndefined']>
356
+ readonly isWindow: UnwrapRef<typeof import('./core/validation/src/is')['isWindow']>
357
+ readonly isZero: UnwrapRef<typeof import('./core/utils/src/currency')['isZero']>
358
+ readonly it: UnwrapRef<typeof import('vitest')['it']>
359
+ readonly join: UnwrapRef<typeof import('./core/path/src/index')['join']>
360
+ readonly kebabCase: UnwrapRef<typeof import('./core/strings/src/case')['kebabCase']>
361
+ readonly langPath: UnwrapRef<typeof import('./core/path/src/index')['langPath']>
362
+ readonly last: UnwrapRef<typeof import('./core/arrays/src/index')['last']>
363
+ readonly lastPageNumber: UnwrapRef<typeof import('./core/search-engine/src/index')['lastPageNumber']>
364
+ readonly lessThan: UnwrapRef<typeof import('./core/utils/src/currency')['lessThan']>
365
+ readonly lessThanOrEqual: UnwrapRef<typeof import('./core/utils/src/currency')['lessThanOrEqual']>
366
+ readonly library: UnwrapRef<typeof import('../config/library')['default']>
367
+ readonly libraryEntryPath: UnwrapRef<typeof import('./core/path/src/index')['libraryEntryPath']>
368
+ readonly lintPath: UnwrapRef<typeof import('./core/path/src/index')['lintPath']>
369
+ readonly log: UnwrapRef<typeof import('./core/logging/src/index')['log']>
370
+ readonly loggingPath: UnwrapRef<typeof import('./core/path/src/index')['loggingPath']>
371
+ readonly logicNot: UnwrapRef<typeof import('./core/utils/src/math')['logicNot']>
372
+ readonly logicOr: UnwrapRef<typeof import('./core/utils/src/math')['logicOr']>
373
+ readonly loop: UnwrapRef<typeof import('./core/utils/src/base')['loop']>
374
+ readonly makeHash: UnwrapRef<typeof import('./core/security/src/hash')['makeHash']>
375
+ readonly mapGamepadToXbox360Controller: UnwrapRef<typeof import('./core/utils/src/vendors')['mapGamepadToXbox360Controller']>
376
+ readonly markRaw: UnwrapRef<typeof import('vue')['markRaw']>
377
+ readonly maximum: UnwrapRef<typeof import('./core/utils/src/currency')['maximum']>
378
+ readonly md5Encode: UnwrapRef<typeof import('./core/security/src/hash')['md5Encode']>
379
+ readonly memcached: UnwrapRef<typeof import('./core/cache/src/index')['memcached']>
380
+ readonly mergeArrayable: UnwrapRef<typeof import('./core/arrays/src/index')['mergeArrayable']>
381
+ readonly migrate: UnwrapRef<typeof import('./core/database/src/migrations/index')['migrate']>
382
+ readonly minimum: UnwrapRef<typeof import('./core/utils/src/currency')['minimum']>
383
+ readonly modelsPath: UnwrapRef<typeof import('./core/path/src/index')['modelsPath']>
384
+ readonly modulesPath: UnwrapRef<typeof import('./core/path/src/index')['modulesPath']>
385
+ readonly money: UnwrapRef<typeof import('./core/utils/src/currency')['money']>
386
+ readonly move: UnwrapRef<typeof import('./core/arrays/src/index')['move']>
387
+ readonly multiply: UnwrapRef<typeof import('./core/utils/src/currency')['multiply']>
388
+ readonly nexmo: UnwrapRef<typeof import('./core/sms/src/index')['nexmo']>
389
+ readonly nextTick: UnwrapRef<typeof import('vue')['nextTick']>
390
+ readonly noCase: UnwrapRef<typeof import('./core/strings/src/case')['noCase']>
391
+ readonly noNull: UnwrapRef<typeof import('./core/utils/src/guards')['noNull']>
392
+ readonly normalize: UnwrapRef<typeof import('./core/path/src/index')['normalize']>
393
+ readonly normalizeScale: UnwrapRef<typeof import('./core/utils/src/currency')['normalizeScale']>
394
+ readonly normalizeString: UnwrapRef<typeof import('./core/path/src/index')['normalizeString']>
395
+ readonly not: UnwrapRef<typeof import('./core/utils/src/math')['not']>
396
+ readonly notUndefined: UnwrapRef<typeof import('./core/utils/src/guards')['notUndefined']>
397
+ readonly notification: UnwrapRef<typeof import('../config/notification')['default']>
398
+ readonly notificationsPath: UnwrapRef<typeof import('./core/path/src/index')['notificationsPath']>
399
+ readonly objectEntries: UnwrapRef<typeof import('./core/objects/src/index')['objectEntries']>
400
+ readonly objectKeys: UnwrapRef<typeof import('./core/objects/src/index')['objectKeys']>
401
+ readonly objectMap: UnwrapRef<typeof import('./core/objects/src/index')['objectMap']>
402
+ readonly objectPick: UnwrapRef<typeof import('./core/objects/src/index')['objectPick']>
403
+ readonly objectsPath: UnwrapRef<typeof import('./core/path/src/index')['objectsPath']>
404
+ readonly ok: UnwrapRef<typeof import('./core/error-handling/src/index')['ok']>
405
+ readonly okAsync: UnwrapRef<typeof import('./core/error-handling/src/index')['okAsync']>
406
+ readonly onActivated: UnwrapRef<typeof import('vue')['onActivated']>
407
+ readonly onBeforeMount: UnwrapRef<typeof import('vue')['onBeforeMount']>
408
+ readonly onBeforeRouteLeave: UnwrapRef<typeof import('vue-router')['onBeforeRouteLeave']>
409
+ readonly onBeforeRouteUpdate: UnwrapRef<typeof import('vue-router')['onBeforeRouteUpdate']>
410
+ readonly onBeforeUnmount: UnwrapRef<typeof import('vue')['onBeforeUnmount']>
411
+ readonly onBeforeUpdate: UnwrapRef<typeof import('vue')['onBeforeUpdate']>
412
+ readonly onClickOutside: UnwrapRef<typeof import('./core/utils/src/vendors')['onClickOutside']>
413
+ readonly onDeactivated: UnwrapRef<typeof import('vue')['onDeactivated']>
414
+ readonly onErrorCaptured: UnwrapRef<typeof import('vue')['onErrorCaptured']>
415
+ readonly onKeyDown: UnwrapRef<typeof import('./core/utils/src/vendors')['onKeyDown']>
416
+ readonly onKeyPressed: UnwrapRef<typeof import('./core/utils/src/vendors')['onKeyPressed']>
417
+ readonly onKeyStroke: UnwrapRef<typeof import('./core/utils/src/vendors')['onKeyStroke']>
418
+ readonly onKeyUp: UnwrapRef<typeof import('./core/utils/src/vendors')['onKeyUp']>
419
+ readonly onLongPress: UnwrapRef<typeof import('./core/utils/src/vendors')['onLongPress']>
420
+ readonly onMounted: UnwrapRef<typeof import('vue')['onMounted']>
421
+ readonly onRenderTracked: UnwrapRef<typeof import('vue')['onRenderTracked']>
422
+ readonly onRenderTriggered: UnwrapRef<typeof import('vue')['onRenderTriggered']>
423
+ readonly onScopeDispose: UnwrapRef<typeof import('vue')['onScopeDispose']>
424
+ readonly onServerPrefetch: UnwrapRef<typeof import('vue')['onServerPrefetch']>
425
+ readonly onStartTyping: UnwrapRef<typeof import('./core/utils/src/vendors')['onStartTyping']>
426
+ readonly onUnmounted: UnwrapRef<typeof import('vue')['onUnmounted']>
427
+ readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
428
+ readonly onboardingPath: UnwrapRef<typeof import('./core/path/src/index')['onboardingPath']>
429
+ readonly or: UnwrapRef<typeof import('./core/utils/src/math')['or']>
430
+ readonly ormPath: UnwrapRef<typeof import('./core/path/src/index')['ormPath']>
431
+ readonly p: UnwrapRef<typeof import('./core/utils/src/p')['p']>
432
+ readonly packageJsonPath: UnwrapRef<typeof import('./core/path/src/index')['packageJsonPath']>
433
+ readonly pagesPath: UnwrapRef<typeof import('./core/path/src/index')['pagesPath']>
434
+ readonly paramCase: UnwrapRef<typeof import('./core/strings/src/case')['paramCase']>
435
+ readonly parse: UnwrapRef<typeof import('./core/path/src/index')['parse']>
436
+ readonly parseYaml: UnwrapRef<typeof import('./core/utils/src/helpers')['parseYaml']>
437
+ readonly partition: UnwrapRef<typeof import('./core/arrays/src/index')['partition']>
438
+ readonly pascalCase: UnwrapRef<typeof import('./core/strings/src/case')['pascalCase']>
439
+ readonly path: UnwrapRef<typeof import('./core/path/src/index')['path']>
440
+ readonly pathCase: UnwrapRef<typeof import('./core/strings/src/case')['pathCase']>
441
+ readonly pathPath: UnwrapRef<typeof import('./core/path/src/index')['pathPath']>
442
+ readonly payment: UnwrapRef<typeof import('../config/payment')['default']>
443
+ readonly paymentsPath: UnwrapRef<typeof import('./core/path/src/index')['paymentsPath']>
444
+ readonly perPage: UnwrapRef<typeof import('./core/search-engine/src/index')['perPage']>
445
+ readonly plivo: UnwrapRef<typeof import('./core/sms/src/index')['plivo']>
446
+ readonly plural: UnwrapRef<typeof import('./core/strings/src/pluralize')['plural']>
447
+ readonly preferredDark: UnwrapRef<typeof import('../functions/dark')['preferredDark']>
448
+ readonly presetForms: UnwrapRef<typeof import('@stacksjs/ui')['presetForms']>
449
+ readonly projectPath: UnwrapRef<typeof import('./core/path/src/index')['projectPath']>
450
+ readonly provide: UnwrapRef<typeof import('vue')['provide']>
451
+ readonly pushPath: UnwrapRef<typeof import('./core/path/src/index')['pushPath']>
452
+ readonly query: UnwrapRef<typeof import('./core/search-engine/src/index')['query']>
453
+ readonly queryBuilderPath: UnwrapRef<typeof import('./core/path/src/index')['queryBuilderPath']>
454
+ readonly queuePath: UnwrapRef<typeof import('./core/path/src/index')['queuePath']>
455
+ readonly rand: UnwrapRef<typeof import('./core/utils/src/math')['rand']>
456
+ readonly randomStr: UnwrapRef<typeof import('./core/strings/src/utils')['randomStr']>
457
+ readonly range: UnwrapRef<typeof import('./core/arrays/src/index')['range']>
458
+ readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
459
+ readonly readJsonFile: UnwrapRef<typeof import('./core/storage/src/index')['readJsonFile']>
460
+ readonly readPackageJson: UnwrapRef<typeof import('./core/storage/src/index')['readPackageJson']>
461
+ readonly readTextFile: UnwrapRef<typeof import('./core/storage/src/index')['readTextFile']>
462
+ readonly readonly: UnwrapRef<typeof import('vue')['readonly']>
463
+ readonly realtimePath: UnwrapRef<typeof import('./core/path/src/index')['realtimePath']>
464
+ readonly redis: UnwrapRef<typeof import('./core/cache/src/index')['redis']>
465
+ readonly ref: UnwrapRef<typeof import('vue')['ref']>
466
+ readonly relative: UnwrapRef<typeof import('./core/path/src/index')['relative']>
467
+ readonly remove: UnwrapRef<typeof import('./core/arrays/src/index')['remove']>
468
+ readonly renderHeadToString: UnwrapRef<typeof import('./core/utils/src/vendors')['renderHeadToString']>
469
+ readonly resolve: UnwrapRef<typeof import('./core/path/src/index')['resolve']>
470
+ readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
471
+ readonly results: UnwrapRef<typeof import('./core/search-engine/src/index')['results']>
472
+ readonly rimraf: UnwrapRef<typeof import('./core/utils/src/delete')['rimraf']>
473
+ readonly routerPath: UnwrapRef<typeof import('./core/path/src/index')['routerPath']>
474
+ readonly routesPath: UnwrapRef<typeof import('./core/path/src/index')['routesPath']>
475
+ readonly runNpmScript: UnwrapRef<typeof import('./core/utils/src/helpers')['runNpmScript']>
476
+ readonly runtimePath: UnwrapRef<typeof import('./core/path/src/index')['runtimePath']>
477
+ readonly sample: UnwrapRef<typeof import('./core/arrays/src/index')['sample']>
478
+ readonly schedulerPath: UnwrapRef<typeof import('./core/path/src/index')['schedulerPath']>
479
+ readonly scriptsPath: UnwrapRef<typeof import('./core/path/src/index')['scriptsPath']>
480
+ readonly searchEngine: UnwrapRef<typeof import('../config/search-engine')['default']>
481
+ readonly searchEnginePath: UnwrapRef<typeof import('./core/path/src/index')['searchEnginePath']>
482
+ readonly searchFilters: UnwrapRef<typeof import('./core/search-engine/src/index')['searchFilters']>
483
+ readonly searchParams: UnwrapRef<typeof import('./core/search-engine/src/index')['searchParams']>
484
+ readonly securityPath: UnwrapRef<typeof import('./core/path/src/index')['securityPath']>
485
+ readonly seed: UnwrapRef<typeof import('./core/database/src/seeder/index')['seed']>
486
+ readonly semver: UnwrapRef<typeof import('./core/utils/src/versions')['semver']>
487
+ readonly sentenceCase: UnwrapRef<typeof import('./core/strings/src/case')['sentenceCase']>
488
+ readonly sep: UnwrapRef<typeof import('./core/path/src/index')['sep']>
489
+ readonly serverPath: UnwrapRef<typeof import('./core/path/src/index')['serverPath']>
490
+ readonly serverlessPath: UnwrapRef<typeof import('./core/path/src/index')['serverlessPath']>
491
+ readonly services: UnwrapRef<typeof import('../config/services')['default']>
492
+ readonly setEnvValue: UnwrapRef<typeof import('./core/utils/src/helpers')['setEnvValue']>
493
+ readonly setSSRHandler: UnwrapRef<typeof import('./core/utils/src/vendors')['setSSRHandler']>
494
+ readonly setTotalHits: UnwrapRef<typeof import('./core/search-engine/src/index')['setTotalHits']>
495
+ readonly settingsPath: UnwrapRef<typeof import('./core/path/src/index')['settingsPath']>
496
+ readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
497
+ readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
498
+ readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
499
+ readonly shuffle: UnwrapRef<typeof import('./core/arrays/src/index')['shuffle']>
500
+ readonly signalsPath: UnwrapRef<typeof import('./core/path/src/index')['signalsPath']>
501
+ readonly singular: UnwrapRef<typeof import('./core/strings/src/pluralize')['singular']>
502
+ readonly slack: UnwrapRef<typeof import('./core/chat/src/index')['slack']>
503
+ readonly slash: UnwrapRef<typeof import('./core/strings/src/utils')['slash']>
504
+ readonly sleep: UnwrapRef<typeof import('./core/utils/src/promise')['sleep']>
505
+ readonly slug: UnwrapRef<typeof import('./core/strings/src/utils')['slug']>
506
+ readonly sms77: UnwrapRef<typeof import('./core/sms/src/index')['sms77']>
507
+ readonly smsPath: UnwrapRef<typeof import('./core/path/src/index')['smsPath']>
508
+ readonly snakeCase: UnwrapRef<typeof import('./core/strings/src/case')['snakeCase']>
509
+ readonly sns: UnwrapRef<typeof import('./core/sms/src/index')['sns']>
510
+ readonly sort: UnwrapRef<typeof import('./core/search-engine/src/index')['sort']>
511
+ readonly sorts: UnwrapRef<typeof import('./core/search-engine/src/index')['sorts']>
512
+ readonly src: UnwrapRef<typeof import('./core/storage/src/index')['default']>
513
+ readonly stacksPath: UnwrapRef<typeof import('./core/path/src/index')['stacksPath']>
514
+ readonly storage: UnwrapRef<typeof import('../config/storage')['default']>
515
+ readonly storagePath: UnwrapRef<typeof import('./core/path/src/index')['storagePath']>
516
+ readonly stringsPath: UnwrapRef<typeof import('./core/path/src/index')['stringsPath']>
517
+ readonly stripe: UnwrapRef<typeof import('./core/payments/src/index')['stripe']>
518
+ readonly subtract: UnwrapRef<typeof import('./core/utils/src/currency')['subtract']>
519
+ readonly suite: UnwrapRef<typeof import('vitest')['suite']>
520
+ readonly syncRef: UnwrapRef<typeof import('./core/utils/src/vendors')['syncRef']>
521
+ readonly syncRefs: UnwrapRef<typeof import('./core/utils/src/vendors')['syncRefs']>
522
+ readonly tablesPath: UnwrapRef<typeof import('./core/path/src/index')['tablesPath']>
523
+ readonly tap: UnwrapRef<typeof import('./core/utils/src/function')['tap']>
524
+ readonly teams: UnwrapRef<typeof import('./core/chat/src/index')['teams']>
525
+ readonly telnyx: UnwrapRef<typeof import('./core/sms/src/index')['telnyx']>
526
+ readonly template: UnwrapRef<typeof import('./core/strings/src/utils')['template']>
527
+ readonly templateRef: UnwrapRef<typeof import('./core/utils/src/vendors')['templateRef']>
528
+ readonly termii: UnwrapRef<typeof import('./core/sms/src/index')['termii']>
529
+ readonly test: UnwrapRef<typeof import('vitest')['test']>
530
+ readonly testingPath: UnwrapRef<typeof import('./core/path/src/index')['testingPath']>
531
+ readonly testsPath: UnwrapRef<typeof import('./core/path/src/index')['testsPath']>
532
+ readonly throttle: UnwrapRef<typeof import('./core/utils/src/throttle')['throttle']>
533
+ readonly throttledRef: UnwrapRef<typeof import('./core/utils/src/vendors')['throttledRef']>
534
+ readonly throttledWatch: UnwrapRef<typeof import('./core/utils/src/vendors')['throttledWatch']>
535
+ readonly titleCase: UnwrapRef<typeof import('./core/strings/src/case')['titleCase']>
536
+ readonly toArray: UnwrapRef<typeof import('./core/arrays/src/index')['toArray']>
537
+ readonly toDecimal: UnwrapRef<typeof import('./core/utils/src/currency')['toDecimal']>
538
+ readonly toNamespacedPath: UnwrapRef<typeof import('./core/path/src/index')['toNamespacedPath']>
539
+ readonly toRaw: UnwrapRef<typeof import('vue')['toRaw']>
540
+ readonly toReactive: UnwrapRef<typeof import('./core/utils/src/vendors')['toReactive']>
541
+ readonly toRef: UnwrapRef<typeof import('vue')['toRef']>
542
+ readonly toRefs: UnwrapRef<typeof import('vue')['toRefs']>
543
+ readonly toSnapshot: UnwrapRef<typeof import('./core/utils/src/currency')['toSnapshot']>
544
+ readonly toString: UnwrapRef<typeof import('./core/utils/src/base')['toString']>
545
+ readonly toUnits: UnwrapRef<typeof import('./core/utils/src/currency')['toUnits']>
546
+ readonly toggleDark: UnwrapRef<typeof import('../functions/dark')['toggleDark']>
547
+ readonly totalPages: UnwrapRef<typeof import('./core/search-engine/src/index')['totalPages']>
548
+ readonly transformerCompileClass: UnwrapRef<typeof import('@stacksjs/ui')['transformerCompileClass']>
549
+ readonly triggerRef: UnwrapRef<typeof import('vue')['triggerRef']>
550
+ readonly trimScale: UnwrapRef<typeof import('./core/utils/src/currency')['trimScale']>
551
+ readonly tryOnBeforeMount: UnwrapRef<typeof import('./core/utils/src/vendors')['tryOnBeforeMount']>
552
+ readonly tryOnBeforeUnmount: UnwrapRef<typeof import('./core/utils/src/vendors')['tryOnBeforeUnmount']>
553
+ readonly tryOnMounted: UnwrapRef<typeof import('./core/utils/src/vendors')['tryOnMounted']>
554
+ readonly tryOnScopeDispose: UnwrapRef<typeof import('./core/utils/src/vendors')['tryOnScopeDispose']>
555
+ readonly tryOnUnmounted: UnwrapRef<typeof import('./core/utils/src/vendors')['tryOnUnmounted']>
556
+ readonly twilio: UnwrapRef<typeof import('./core/sms/src/index')['twilio']>
557
+ readonly typesPath: UnwrapRef<typeof import('./core/path/src/index')['typesPath']>
558
+ readonly ui: UnwrapRef<typeof import('../config/ui')['default']>
559
+ readonly uiPath: UnwrapRef<typeof import('./core/path/src/index')['uiPath']>
560
+ readonly uniq: UnwrapRef<typeof import('./core/arrays/src/index')['uniq']>
561
+ readonly uniqueBy: UnwrapRef<typeof import('./core/arrays/src/index')['uniqueBy']>
562
+ readonly unit: UnwrapRef<typeof import('./core/testing/src/index')['unit']>
563
+ readonly unref: UnwrapRef<typeof import('vue')['unref']>
564
+ readonly unrefElement: UnwrapRef<typeof import('./core/utils/src/vendors')['unrefElement']>
565
+ readonly until: UnwrapRef<typeof import('./core/utils/src/vendors')['until']>
566
+ readonly updateConfigFile: UnwrapRef<typeof import('./core/storage/src/index')['updateConfigFile']>
567
+ readonly upstash: UnwrapRef<typeof import('./core/cache/src/index')['upstash']>
568
+ readonly useAbs: UnwrapRef<typeof import('./core/utils/src/math')['useAbs']>
569
+ readonly useActiveElement: UnwrapRef<typeof import('./core/utils/src/vendors')['useActiveElement']>
570
+ readonly useAnimate: UnwrapRef<typeof import('./core/utils/src/vendors')['useAnimate']>
571
+ readonly useAsyncQueue: UnwrapRef<typeof import('./core/utils/src/vendors')['useAsyncQueue']>
572
+ readonly useAsyncState: UnwrapRef<typeof import('./core/utils/src/vendors')['useAsyncState']>
573
+ readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
574
+ readonly useAverage: UnwrapRef<typeof import('./core/utils/src/math')['useAverage']>
575
+ readonly useBase64: UnwrapRef<typeof import('./core/utils/src/vendors')['useBase64']>
576
+ readonly useBattery: UnwrapRef<typeof import('./core/utils/src/vendors')['useBattery']>
577
+ readonly useBluetooth: UnwrapRef<typeof import('./core/utils/src/vendors')['useBluetooth']>
578
+ readonly useBreakpoints: UnwrapRef<typeof import('./core/utils/src/vendors')['useBreakpoints']>
579
+ readonly useBroadcastChannel: UnwrapRef<typeof import('./core/utils/src/vendors')['useBroadcastChannel']>
580
+ readonly useBrowserLocation: UnwrapRef<typeof import('./core/utils/src/vendors')['useBrowserLocation']>
581
+ readonly useCached: UnwrapRef<typeof import('./core/utils/src/vendors')['useCached']>
582
+ readonly useCeil: UnwrapRef<typeof import('./core/utils/src/math')['useCeil']>
583
+ readonly useChat: UnwrapRef<typeof import('./core/notifications/src/index')['useChat']>
584
+ readonly useClamp: UnwrapRef<typeof import('./core/utils/src/math')['useClamp']>
585
+ readonly useClipboard: UnwrapRef<typeof import('./core/utils/src/vendors')['useClipboard']>
586
+ readonly useCloned: UnwrapRef<typeof import('./core/utils/src/vendors')['useCloned']>
587
+ readonly useColorMode: UnwrapRef<typeof import('./core/utils/src/vendors')['useColorMode']>
588
+ readonly useConfirmDialog: UnwrapRef<typeof import('./core/utils/src/vendors')['useConfirmDialog']>
589
+ readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
590
+ readonly useCssVar: UnwrapRef<typeof import('./core/utils/src/vendors')['useCssVar']>
591
+ readonly useCssVars: UnwrapRef<typeof import('vue')['useCssVars']>
592
+ readonly useCurrentElement: UnwrapRef<typeof import('./core/utils/src/vendors')['useCurrentElement']>
593
+ readonly useCycleList: UnwrapRef<typeof import('./core/utils/src/vendors')['useCycleList']>
594
+ readonly useDark: UnwrapRef<typeof import('./core/utils/src/vendors')['useDark']>
595
+ readonly useDateFormat: UnwrapRef<typeof import('./core/utils/src/vendors')['useDateFormat']>
596
+ readonly useDebouncedRefHistory: UnwrapRef<typeof import('./core/utils/src/vendors')['useDebouncedRefHistory']>
597
+ readonly useDeviceMotion: UnwrapRef<typeof import('./core/utils/src/vendors')['useDeviceMotion']>
598
+ readonly useDeviceOrientation: UnwrapRef<typeof import('./core/utils/src/vendors')['useDeviceOrientation']>
599
+ readonly useDevicePixelRatio: UnwrapRef<typeof import('./core/utils/src/vendors')['useDevicePixelRatio']>
600
+ readonly useDevicesList: UnwrapRef<typeof import('./core/utils/src/vendors')['useDevicesList']>
601
+ readonly useDisplayMedia: UnwrapRef<typeof import('./core/utils/src/vendors')['useDisplayMedia']>
602
+ readonly useDocumentVisibility: UnwrapRef<typeof import('./core/utils/src/vendors')['useDocumentVisibility']>
603
+ readonly useDraggable: UnwrapRef<typeof import('./core/utils/src/vendors')['useDraggable']>
604
+ readonly useDropZone: UnwrapRef<typeof import('./core/utils/src/vendors')['useDropZone']>
605
+ readonly useElementBounding: UnwrapRef<typeof import('./core/utils/src/vendors')['useElementBounding']>
606
+ readonly useElementByPoint: UnwrapRef<typeof import('./core/utils/src/vendors')['useElementByPoint']>
607
+ readonly useElementHover: UnwrapRef<typeof import('./core/utils/src/vendors')['useElementHover']>
608
+ readonly useElementSize: UnwrapRef<typeof import('./core/utils/src/vendors')['useElementSize']>
609
+ readonly useElementVisibility: UnwrapRef<typeof import('./core/utils/src/vendors')['useElementVisibility']>
610
+ readonly useEmail: UnwrapRef<typeof import('./core/notifications/src/index')['useEmail']>
611
+ readonly useEventBus: UnwrapRef<typeof import('./core/utils/src/vendors')['useEventBus']>
612
+ readonly useEventListener: UnwrapRef<typeof import('./core/utils/src/vendors')['useEventListener']>
613
+ readonly useEventSource: UnwrapRef<typeof import('./core/utils/src/vendors')['useEventSource']>
614
+ readonly useEyeDropper: UnwrapRef<typeof import('./core/utils/src/vendors')['useEyeDropper']>
615
+ readonly useFavicon: UnwrapRef<typeof import('./core/utils/src/vendors')['useFavicon']>
616
+ readonly useFetch: UnwrapRef<typeof import('./core/utils/src/vendors')['useFetch']>
617
+ readonly useFileDialog: UnwrapRef<typeof import('./core/utils/src/vendors')['useFileDialog']>
618
+ readonly useFileSystemAccess: UnwrapRef<typeof import('./core/utils/src/vendors')['useFileSystemAccess']>
619
+ readonly useFloor: UnwrapRef<typeof import('./core/utils/src/math')['useFloor']>
620
+ readonly useFocus: UnwrapRef<typeof import('./core/utils/src/vendors')['useFocus']>
621
+ readonly useFocusWithin: UnwrapRef<typeof import('./core/utils/src/vendors')['useFocusWithin']>
622
+ readonly useFps: UnwrapRef<typeof import('./core/utils/src/vendors')['useFps']>
623
+ readonly useFullscreen: UnwrapRef<typeof import('./core/utils/src/vendors')['useFullscreen']>
624
+ readonly useGamepad: UnwrapRef<typeof import('./core/utils/src/vendors')['useGamepad']>
625
+ readonly useGeolocation: UnwrapRef<typeof import('./core/utils/src/vendors')['useGeolocation']>
626
+ readonly useIdle: UnwrapRef<typeof import('./core/utils/src/vendors')['useIdle']>
627
+ readonly useImage: UnwrapRef<typeof import('./core/utils/src/vendors')['useImage']>
628
+ readonly useInfiniteScroll: UnwrapRef<typeof import('./core/utils/src/vendors')['useInfiniteScroll']>
629
+ readonly useIntersectionObserver: UnwrapRef<typeof import('./core/utils/src/vendors')['useIntersectionObserver']>
630
+ readonly useKeyModifier: UnwrapRef<typeof import('./core/utils/src/vendors')['useKeyModifier']>
631
+ readonly useLink: UnwrapRef<typeof import('vue-router')['useLink']>
632
+ readonly useLocalStorage: UnwrapRef<typeof import('./core/utils/src/vendors')['useLocalStorage']>
633
+ readonly useMagicKeys: UnwrapRef<typeof import('./core/utils/src/vendors')['useMagicKeys']>
634
+ readonly useManualRefHistory: UnwrapRef<typeof import('./core/utils/src/vendors')['useManualRefHistory']>
635
+ readonly useMath: UnwrapRef<typeof import('./core/utils/src/math')['useMath']>
636
+ readonly useMax: UnwrapRef<typeof import('./core/utils/src/math')['useMax']>
637
+ readonly useMediaControls: UnwrapRef<typeof import('./core/utils/src/vendors')['useMediaControls']>
638
+ readonly useMediaQuery: UnwrapRef<typeof import('./core/utils/src/vendors')['useMediaQuery']>
639
+ readonly useMemoize: UnwrapRef<typeof import('./core/utils/src/vendors')['useMemoize']>
640
+ readonly useMemory: UnwrapRef<typeof import('./core/utils/src/vendors')['useMemory']>
641
+ readonly useMin: UnwrapRef<typeof import('./core/utils/src/math')['useMin']>
642
+ readonly useMounted: UnwrapRef<typeof import('./core/utils/src/vendors')['useMounted']>
643
+ readonly useMouse: UnwrapRef<typeof import('./core/utils/src/vendors')['useMouse']>
644
+ readonly useMouseInElement: UnwrapRef<typeof import('./core/utils/src/vendors')['useMouseInElement']>
645
+ readonly useMousePressed: UnwrapRef<typeof import('./core/utils/src/vendors')['useMousePressed']>
646
+ readonly useMutationObserver: UnwrapRef<typeof import('./core/utils/src/vendors')['useMutationObserver']>
647
+ readonly useNavigatorLanguage: UnwrapRef<typeof import('./core/utils/src/vendors')['useNavigatorLanguage']>
648
+ readonly useNetwork: UnwrapRef<typeof import('./core/utils/src/vendors')['useNetwork']>
649
+ readonly useNotification: UnwrapRef<typeof import('./core/notifications/src/index')['useNotification']>
650
+ readonly useNow: UnwrapRef<typeof import('./core/utils/src/vendors')['useNow']>
651
+ readonly useObjectUrl: UnwrapRef<typeof import('./core/utils/src/vendors')['useObjectUrl']>
652
+ readonly useOffsetPagination: UnwrapRef<typeof import('./core/utils/src/vendors')['useOffsetPagination']>
653
+ readonly useOnline: UnwrapRef<typeof import('./core/utils/src/vendors')['useOnline']>
654
+ readonly usePageLeave: UnwrapRef<typeof import('./core/utils/src/vendors')['usePageLeave']>
655
+ readonly useParallax: UnwrapRef<typeof import('./core/utils/src/vendors')['useParallax']>
656
+ readonly useParentElement: UnwrapRef<typeof import('./core/utils/src/vendors')['useParentElement']>
657
+ readonly usePerformanceObserver: UnwrapRef<typeof import('./core/utils/src/vendors')['usePerformanceObserver']>
658
+ readonly usePermission: UnwrapRef<typeof import('./core/utils/src/vendors')['usePermission']>
659
+ readonly usePointer: UnwrapRef<typeof import('./core/utils/src/vendors')['usePointer']>
660
+ readonly usePointerLock: UnwrapRef<typeof import('./core/utils/src/vendors')['usePointerLock']>
661
+ readonly usePointerSwipe: UnwrapRef<typeof import('./core/utils/src/vendors')['usePointerSwipe']>
662
+ readonly usePrecision: UnwrapRef<typeof import('./core/utils/src/math')['usePrecision']>
663
+ readonly usePreferredColorScheme: UnwrapRef<typeof import('./core/utils/src/vendors')['usePreferredColorScheme']>
664
+ readonly usePreferredContrast: UnwrapRef<typeof import('./core/utils/src/vendors')['usePreferredContrast']>
665
+ readonly usePreferredDark: UnwrapRef<typeof import('./core/utils/src/vendors')['usePreferredDark']>
666
+ readonly usePreferredLanguages: UnwrapRef<typeof import('./core/utils/src/vendors')['usePreferredLanguages']>
667
+ readonly usePreferredReducedMotion: UnwrapRef<typeof import('./core/utils/src/vendors')['usePreferredReducedMotion']>
668
+ readonly usePrevious: UnwrapRef<typeof import('./core/utils/src/vendors')['usePrevious']>
669
+ readonly useProjection: UnwrapRef<typeof import('./core/utils/src/math')['useProjection']>
670
+ readonly useRafFn: UnwrapRef<typeof import('./core/utils/src/vendors')['useRafFn']>
671
+ readonly useRefHistory: UnwrapRef<typeof import('./core/utils/src/vendors')['useRefHistory']>
672
+ readonly useResizeObserver: UnwrapRef<typeof import('./core/utils/src/vendors')['useResizeObserver']>
673
+ readonly useRound: UnwrapRef<typeof import('./core/utils/src/math')['useRound']>
674
+ readonly useRoute: UnwrapRef<typeof import('vue-router')['useRoute']>
675
+ readonly useRouter: UnwrapRef<typeof import('vue-router')['useRouter']>
676
+ readonly useSMS: UnwrapRef<typeof import('./core/notifications/src/index')['useSMS']>
677
+ readonly useScreenOrientation: UnwrapRef<typeof import('./core/utils/src/vendors')['useScreenOrientation']>
678
+ readonly useScreenSafeArea: UnwrapRef<typeof import('./core/utils/src/vendors')['useScreenSafeArea']>
679
+ readonly useScriptTag: UnwrapRef<typeof import('./core/utils/src/vendors')['useScriptTag']>
680
+ readonly useScroll: UnwrapRef<typeof import('./core/utils/src/vendors')['useScroll']>
681
+ readonly useScrollLock: UnwrapRef<typeof import('./core/utils/src/vendors')['useScrollLock']>
682
+ readonly useSearchEngine: UnwrapRef<typeof import('./core/search-engine/src/index')['useSearchEngine']>
683
+ readonly useSessionStorage: UnwrapRef<typeof import('./core/utils/src/vendors')['useSessionStorage']>
684
+ readonly useShare: UnwrapRef<typeof import('./core/utils/src/vendors')['useShare']>
685
+ readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']>
686
+ readonly useSorted: UnwrapRef<typeof import('./core/utils/src/vendors')['useSorted']>
687
+ readonly useSpeechRecognition: UnwrapRef<typeof import('./core/utils/src/vendors')['useSpeechRecognition']>
688
+ readonly useSpeechSynthesis: UnwrapRef<typeof import('./core/utils/src/vendors')['useSpeechSynthesis']>
689
+ readonly useStepper: UnwrapRef<typeof import('./core/utils/src/vendors')['useStepper']>
690
+ readonly useStorage: UnwrapRef<typeof import('./core/utils/src/vendors')['useStorage']>
691
+ readonly useStorageAsync: UnwrapRef<typeof import('./core/utils/src/vendors')['useStorageAsync']>
692
+ readonly useStyleTag: UnwrapRef<typeof import('./core/utils/src/vendors')['useStyleTag']>
693
+ readonly useSum: UnwrapRef<typeof import('./core/utils/src/math')['useSum']>
694
+ readonly useSupported: UnwrapRef<typeof import('./core/utils/src/vendors')['useSupported']>
695
+ readonly useSwipe: UnwrapRef<typeof import('./core/utils/src/vendors')['useSwipe']>
696
+ readonly useTemplateRefsList: UnwrapRef<typeof import('./core/utils/src/vendors')['useTemplateRefsList']>
697
+ readonly useTextDirection: UnwrapRef<typeof import('./core/utils/src/vendors')['useTextDirection']>
698
+ readonly useTextSelection: UnwrapRef<typeof import('./core/utils/src/vendors')['useTextSelection']>
699
+ readonly useTextareaAutosize: UnwrapRef<typeof import('./core/utils/src/vendors')['useTextareaAutosize']>
700
+ readonly useThrottledRefHistory: UnwrapRef<typeof import('./core/utils/src/vendors')['useThrottledRefHistory']>
701
+ readonly useTimeAgo: UnwrapRef<typeof import('./core/utils/src/vendors')['useTimeAgo']>
702
+ readonly useTimeoutPoll: UnwrapRef<typeof import('./core/utils/src/vendors')['useTimeoutPoll']>
703
+ readonly useTimestamp: UnwrapRef<typeof import('./core/utils/src/vendors')['useTimestamp']>
704
+ readonly useTitle: UnwrapRef<typeof import('./core/utils/src/vendors')['useTitle']>
705
+ readonly useTransition: UnwrapRef<typeof import('./core/utils/src/vendors')['useTransition']>
706
+ readonly useTrunc: UnwrapRef<typeof import('./core/utils/src/math')['useTrunc']>
707
+ readonly useUrlSearchParams: UnwrapRef<typeof import('./core/utils/src/vendors')['useUrlSearchParams']>
708
+ readonly useUserMedia: UnwrapRef<typeof import('./core/utils/src/vendors')['useUserMedia']>
709
+ readonly useVModel: UnwrapRef<typeof import('./core/utils/src/vendors')['useVModel']>
710
+ readonly useVModels: UnwrapRef<typeof import('./core/utils/src/vendors')['useVModels']>
711
+ readonly useVibrate: UnwrapRef<typeof import('./core/utils/src/vendors')['useVibrate']>
712
+ readonly useVirtualList: UnwrapRef<typeof import('./core/utils/src/vendors')['useVirtualList']>
713
+ readonly useWakeLock: UnwrapRef<typeof import('./core/utils/src/vendors')['useWakeLock']>
714
+ readonly useWebNotification: UnwrapRef<typeof import('./core/utils/src/vendors')['useWebNotification']>
715
+ readonly useWebSocket: UnwrapRef<typeof import('./core/utils/src/vendors')['useWebSocket']>
716
+ readonly useWebWorker: UnwrapRef<typeof import('./core/utils/src/vendors')['useWebWorker']>
717
+ readonly useWebWorkerFn: UnwrapRef<typeof import('./core/utils/src/vendors')['useWebWorkerFn']>
718
+ readonly useWindowFocus: UnwrapRef<typeof import('./core/utils/src/vendors')['useWindowFocus']>
719
+ readonly useWindowScroll: UnwrapRef<typeof import('./core/utils/src/vendors')['useWindowScroll']>
720
+ readonly useWindowSize: UnwrapRef<typeof import('./core/utils/src/vendors')['useWindowSize']>
721
+ readonly userConfigPath: UnwrapRef<typeof import('./core/path/src/index')['userConfigPath']>
722
+ readonly utilsPath: UnwrapRef<typeof import('./core/path/src/index')['utilsPath']>
723
+ readonly validate: UnwrapRef<typeof import('./core/validation/src/validate')['validate']>
724
+ readonly validateUsername: UnwrapRef<typeof import('./core/validation/src/is')['validateUsername']>
725
+ readonly validationPath: UnwrapRef<typeof import('./core/path/src/index')['validationPath']>
726
+ readonly verifyHash: UnwrapRef<typeof import('./core/security/src/hash')['verifyHash']>
727
+ readonly vi: UnwrapRef<typeof import('vitest')['vi']>
728
+ readonly vitest: UnwrapRef<typeof import('vitest')['vitest']>
729
+ readonly watch: UnwrapRef<typeof import('vue')['watch']>
730
+ readonly watchArray: UnwrapRef<typeof import('./core/utils/src/vendors')['watchArray']>
731
+ readonly watchAtMost: UnwrapRef<typeof import('./core/utils/src/vendors')['watchAtMost']>
732
+ readonly watchDebounced: UnwrapRef<typeof import('./core/utils/src/vendors')['watchDebounced']>
733
+ readonly watchDeep: UnwrapRef<typeof import('./core/utils/src/vendors')['watchDeep']>
734
+ readonly watchEffect: UnwrapRef<typeof import('vue')['watchEffect']>
735
+ readonly watchIgnorable: UnwrapRef<typeof import('./core/utils/src/vendors')['watchIgnorable']>
736
+ readonly watchImmediate: UnwrapRef<typeof import('./core/utils/src/vendors')['watchImmediate']>
737
+ readonly watchOnce: UnwrapRef<typeof import('./core/utils/src/vendors')['watchOnce']>
738
+ readonly watchPausable: UnwrapRef<typeof import('./core/utils/src/vendors')['watchPausable']>
739
+ readonly watchPostEffect: UnwrapRef<typeof import('vue')['watchPostEffect']>
740
+ readonly watchSyncEffect: UnwrapRef<typeof import('vue')['watchSyncEffect']>
741
+ readonly watchThrottled: UnwrapRef<typeof import('./core/utils/src/vendors')['watchThrottled']>
742
+ readonly watchTriggerable: UnwrapRef<typeof import('./core/utils/src/vendors')['watchTriggerable']>
743
+ readonly watchWithFilter: UnwrapRef<typeof import('./core/utils/src/vendors')['watchWithFilter']>
744
+ readonly whenever: UnwrapRef<typeof import('./core/utils/src/vendors')['whenever']>
745
+ readonly writeJsonFile: UnwrapRef<typeof import('./core/storage/src/index')['writeJsonFile']>
746
+ readonly writeTextFile: UnwrapRef<typeof import('./core/storage/src/index')['writeTextFile']>
747
+ readonly xRayPath: UnwrapRef<typeof import('./core/path/src/index')['xRayPath']>
748
+ readonly z: UnwrapRef<typeof import('./core/validation/src/validate')['z']>
749
+ }
750
+ }
751
+ ]
5
752
  const $: typeof import('vue/macros')['$']
6
753
  const $computed: typeof import('vue/macros')['$computed']
7
754
  const $customRef: typeof import('vue/macros')['$customRef']
@@ -9,13 +756,21 @@ declare global {
9
756
  const $shallowRef: typeof import('vue/macros')['$shallowRef']
10
757
  const $toRef: typeof import('vue/macros')['$toRef']
11
758
  const Collection: typeof import('./core/objects/src/index')['Collection']
759
+ const CssEngine: typeof import('@stacksjs/ui')['CssEngine']
12
760
  const EffectScope: typeof import('vue')['EffectScope']
13
761
  const Err: typeof import('./core/error-handling/src/index')['Err']
762
+ const Head: typeof import('./core/utils/src/vendors')['Head']
763
+ const HeadVuePlugin: typeof import('./core/utils/src/vendors')['HeadVuePlugin']
14
764
  const Ok: typeof import('./core/error-handling/src/index')['Ok']
15
765
  const Result: typeof import('./core/error-handling/src/index')['Result']
16
766
  const ResultAsync: typeof import('./core/error-handling/src/index')['ResultAsync']
767
+ const Router: typeof import('./core/router/src/index')['Router']
768
+ const Store: typeof import('@stacksjs/ui')['Store']
769
+ const Type: typeof import('./core/validation/src/validate')['Type']
770
+ const UiEngine: typeof import('@stacksjs/ui')['UiEngine']
17
771
  const _dirname: typeof import('./core/storage/src/index')['_dirname']
18
772
  const actionsPath: typeof import('./core/path/src/index')['actionsPath']
773
+ const add: typeof import('./core/utils/src/currency')['add']
19
774
  const addIrregularRule: typeof import('./core/strings/src/pluralize')['addIrregularRule']
20
775
  const addPluralRule: typeof import('./core/strings/src/pluralize')['addPluralRule']
21
776
  const addSingularRule: typeof import('./core/strings/src/pluralize')['addSingularRule']
@@ -24,14 +779,17 @@ declare global {
24
779
  const afterEach: typeof import('vitest')['afterEach']
25
780
  const aiPath: typeof import('./core/path/src/index')['aiPath']
26
781
  const aliasPath: typeof import('./core/path/src/index')['aliasPath']
27
- const all: typeof import('./core/events/src/index')['all']
782
+ const allocate: typeof import('./core/utils/src/currency')['allocate']
783
+ const and: typeof import('./core/utils/src/math')['and']
28
784
  const app: typeof import('../config/app')['default']
785
+ const appPath: typeof import('./core/path/src/index')['appPath']
29
786
  const arraysPath: typeof import('./core/path/src/index')['arraysPath']
30
- const assert: typeof import('./core/utils/src/index')['assert']
31
- const asyncComputed: typeof import('@vueuse/core')['asyncComputed']
787
+ const assert: typeof import('vitest')['assert']
788
+ const asyncComputed: typeof import('./core/utils/src/vendors')['asyncComputed']
32
789
  const at: typeof import('./core/arrays/src/index')['at']
790
+ const auth: typeof import('./core/auth/src/index')['auth']
33
791
  const authPath: typeof import('./core/path/src/index')['authPath']
34
- const autoResetRef: typeof import('@vueuse/core')['autoResetRef']
792
+ const autoResetRef: typeof import('./core/utils/src/vendors')['autoResetRef']
35
793
  const base64Encode: typeof import('./core/security/src/hash')['base64Encode']
36
794
  const base64Verify: typeof import('./core/security/src/hash')['base64Verify']
37
795
  const basename: typeof import('./core/path/src/index')['basename']
@@ -40,32 +798,43 @@ declare global {
40
798
  const bcryptVerify: typeof import('./core/security/src/hash')['bcryptVerify']
41
799
  const beforeAll: typeof import('vitest')['beforeAll']
42
800
  const beforeEach: typeof import('vitest')['beforeEach']
801
+ const breakpointsAntDesign: typeof import('./core/utils/src/vendors')['breakpointsAntDesign']
802
+ const breakpointsBootstrapV5: typeof import('./core/utils/src/vendors')['breakpointsBootstrapV5']
803
+ const breakpointsMasterCss: typeof import('./core/utils/src/vendors')['breakpointsMasterCss']
804
+ const breakpointsQuasar: typeof import('./core/utils/src/vendors')['breakpointsQuasar']
805
+ const breakpointsSematic: typeof import('./core/utils/src/vendors')['breakpointsSematic']
806
+ const breakpointsTailwind: typeof import('./core/utils/src/vendors')['breakpointsTailwind']
807
+ const breakpointsVuetify: typeof import('./core/utils/src/vendors')['breakpointsVuetify']
43
808
  const buildEnginePath: typeof import('./core/path/src/index')['buildEnginePath']
44
809
  const buildEntriesPath: typeof import('./core/path/src/index')['buildEntriesPath']
45
810
  const buildPath: typeof import('./core/path/src/index')['buildPath']
46
- const cache: typeof import('../config/cache')['cache']
811
+ const cache: typeof import('../config/cache')['default']
47
812
  const cachePath: typeof import('./core/path/src/index')['cachePath']
48
813
  const calculatePagination: typeof import('./core/search-engine/src/index')['calculatePagination']
49
814
  const camelCase: typeof import('./core/strings/src/case')['camelCase']
50
815
  const capitalCase: typeof import('./core/strings/src/case')['capitalCase']
51
816
  const capitalize: typeof import('./core/strings/src/utils')['capitalize']
817
+ const cdn: typeof import('../config/cdn')['default']
52
818
  const chai: typeof import('vitest')['chai']
53
- const chat: typeof import('./core/notifications/src/index')['chat']
54
819
  const chatPath: typeof import('./core/path/src/index')['chatPath']
55
- const clamp: typeof import('@vueuse/shared')['clamp']
820
+ const clamp: typeof import('./core/utils/src/math')['clamp']
56
821
  const clampArrayRange: typeof import('./core/arrays/src/index')['clampArrayRange']
57
822
  const clearUndefined: typeof import('./core/objects/src/index')['clearUndefined']
823
+ const cli: typeof import('../config/cli')['default']
58
824
  const cliPath: typeof import('./core/path/src/index')['cliPath']
59
825
  const client: typeof import('./core/search-engine/src/index')['client']
826
+ const cloneFnJSON: typeof import('./core/utils/src/vendors')['cloneFnJSON']
827
+ const cloudPath: typeof import('./core/path/src/index')['cloudPath']
60
828
  const collect: typeof import('./core/objects/src/index')['collect']
61
829
  const collectionsPath: typeof import('./core/path/src/index')['collectionsPath']
830
+ const compare: typeof import('./core/utils/src/currency')['compare']
62
831
  const componentsPath: typeof import('./core/path/src/index')['componentsPath']
63
832
  const computed: typeof import('vue')['computed']
64
- const computedAsync: typeof import('@vueuse/core')['computedAsync']
65
- const computedEager: typeof import('@vueuse/core')['computedEager']
66
- const computedInject: typeof import('@vueuse/core')['computedInject']
67
- const computedWithControl: typeof import('@vueuse/core')['computedWithControl']
68
- const config: typeof import('./core/utils/src/helpers')['config']
833
+ const computedAsync: typeof import('./core/utils/src/vendors')['computedAsync']
834
+ const computedEager: typeof import('./core/utils/src/vendors')['computedEager']
835
+ const computedInject: typeof import('./core/utils/src/vendors')['computedInject']
836
+ const computedWithControl: typeof import('./core/utils/src/vendors')['computedWithControl']
837
+ const config: typeof import('./core/notifications/src/tailwind.config')['config']
69
838
  const configPath: typeof import('./core/path/src/index')['configPath']
70
839
  const constantCase: typeof import('./core/strings/src/case')['constantCase']
71
840
  const contains: typeof import('./core/arrays/src/index')['contains']
@@ -73,39 +842,71 @@ declare global {
73
842
  const containsAny: typeof import('./core/arrays/src/index')['containsAny']
74
843
  const containsNone: typeof import('./core/arrays/src/index')['containsNone']
75
844
  const containsOnly: typeof import('./core/arrays/src/index')['containsOnly']
76
- const controlledComputed: typeof import('@vueuse/core')['controlledComputed']
77
- const controlledRef: typeof import('@vueuse/core')['controlledRef']
845
+ const controlledComputed: typeof import('./core/utils/src/vendors')['controlledComputed']
846
+ const controlledRef: typeof import('./core/utils/src/vendors')['controlledRef']
847
+ const convert: typeof import('./core/utils/src/currency')['convert']
78
848
  const copyFolder: typeof import('./core/storage/src/index')['copyFolder']
79
849
  const corePath: typeof import('./core/path/src/index')['corePath']
80
850
  const count: typeof import('../functions/counter')['count']
81
851
  const createApp: typeof import('vue')['createApp']
82
852
  const createControlledPromise: typeof import('./core/utils/src/promise')['createControlledPromise']
83
- const createEventHook: typeof import('@vueuse/core')['createEventHook']
853
+ const createEventHook: typeof import('./core/utils/src/vendors')['createEventHook']
854
+ const createFetch: typeof import('./core/utils/src/vendors')['createFetch']
84
855
  const createFolder: typeof import('./core/storage/src/index')['createFolder']
85
- const createGenericProjection: typeof import('@vueuse/math')['createGenericProjection']
86
- const createGlobalState: typeof import('@vueuse/core')['createGlobalState']
87
- const createInjectionState: typeof import('@vueuse/core')['createInjectionState']
88
- const createProjection: typeof import('@vueuse/math')['createProjection']
856
+ const createGenericProjection: typeof import('./core/utils/src/math')['createGenericProjection']
857
+ const createGlobalState: typeof import('./core/utils/src/vendors')['createGlobalState']
858
+ const createHead: typeof import('./core/utils/src/vendors')['createHead']
859
+ const createInjectionState: typeof import('./core/utils/src/vendors')['createInjectionState']
860
+ const createProjection: typeof import('./core/utils/src/math')['createProjection']
89
861
  const createPromiseLock: typeof import('./core/utils/src/promise')['createPromiseLock']
90
- const createReactiveFn: typeof import('@vueuse/core')['createReactiveFn']
91
- const createSharedComposable: typeof import('@vueuse/core')['createSharedComposable']
862
+ const createReactiveFn: typeof import('./core/utils/src/vendors')['createReactiveFn']
863
+ const createReusableTemplate: typeof import('./core/utils/src/vendors')['createReusableTemplate']
864
+ const createSharedComposable: typeof import('./core/utils/src/vendors')['createSharedComposable']
92
865
  const createSingletonPromise: typeof import('./core/utils/src/promise')['createSingletonPromise']
93
- const createUnrefFn: typeof import('@vueuse/core')['createUnrefFn']
866
+ const createTemplatePromise: typeof import('./core/utils/src/vendors')['createTemplatePromise']
867
+ const createUnrefFn: typeof import('./core/utils/src/vendors')['createUnrefFn']
94
868
  const currentPage: typeof import('./core/search-engine/src/index')['currentPage']
95
869
  const customElementsDataPath: typeof import('./core/path/src/index')['customElementsDataPath']
96
870
  const customRef: typeof import('vue')['customRef']
871
+ const customStorageEventName: typeof import('./core/utils/src/vendors')['customStorageEventName']
97
872
  const dashboardPath: typeof import('./core/path/src/index')['dashboardPath']
98
- const database: typeof import('../config/database')['database']
873
+ const database: typeof import('../config/database')['default']
99
874
  const databasePath: typeof import('./core/path/src/index')['databasePath']
100
875
  const dd: typeof import('./core/logging/src/index')['dd']
101
876
  const debounce: typeof import('./core/utils/src/debounce')['debounce']
102
- const debouncedRef: typeof import('@vueuse/core')['debouncedRef']
103
- const debouncedWatch: typeof import('@vueuse/core')['debouncedWatch']
104
- const debug: typeof import('./core/logging/src/index')['debug']
877
+ const debouncedRef: typeof import('./core/utils/src/vendors')['debouncedRef']
878
+ const debouncedWatch: typeof import('./core/utils/src/vendors')['debouncedWatch']
879
+ const debug: typeof import('../config/debug')['default']
105
880
  const decrypt: typeof import('./core/security/src/crypt')['decrypt']
106
881
  const deepMerge: typeof import('./core/objects/src/index')['deepMerge']
882
+ const defaultDocument: typeof import('./core/utils/src/vendors')['defaultDocument']
883
+ const defaultLocation: typeof import('./core/utils/src/vendors')['defaultLocation']
884
+ const defaultNavigator: typeof import('./core/utils/src/vendors')['defaultNavigator']
885
+ const defaultWindow: typeof import('./core/utils/src/vendors')['defaultWindow']
886
+ const defineApp: typeof import('./core/utils/src/config')['defineApp']
107
887
  const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
888
+ const defineCache: typeof import('./core/utils/src/config')['defineCache']
889
+ const defineCdn: typeof import('./core/utils/src/config')['defineCdn']
890
+ const defineCli: typeof import('./core/utils/src/config')['defineCli']
108
891
  const defineComponent: typeof import('vue')['defineComponent']
892
+ const defineCronJobsConfig: typeof import('./core/utils/src/config')['defineCronJobsConfig']
893
+ const defineDatabase: typeof import('./core/utils/src/config')['defineDatabase']
894
+ const defineDebugConfig: typeof import('./core/utils/src/config')['defineDebugConfig']
895
+ const defineDns: typeof import('./core/utils/src/config')['defineDns']
896
+ const defineEmailConfig: typeof import('./core/utils/src/config')['defineEmailConfig']
897
+ const defineEvents: typeof import('./core/utils/src/config')['defineEvents']
898
+ const defineGit: typeof import('./core/utils/src/config')['defineGit']
899
+ const defineHashing: typeof import('./core/utils/src/config')['defineHashing']
900
+ const defineLibrary: typeof import('./core/utils/src/config')['defineLibrary']
901
+ const defineModel: typeof import('./core/utils/src/config')['defineModel']
902
+ const defineNotification: typeof import('./core/utils/src/config')['defineNotification']
903
+ const definePage: typeof import('./core/utils/src/config')['definePage']
904
+ const definePayment: typeof import('./core/utils/src/config')['definePayment']
905
+ const defineSearchEngine: typeof import('./core/utils/src/config')['defineSearchEngine']
906
+ const defineServices: typeof import('./core/utils/src/config')['defineServices']
907
+ const defineStorage: typeof import('./core/utils/src/config')['defineStorage']
908
+ const defineUi: typeof import('./core/utils/src/config')['defineUi']
909
+ const del: typeof import('./core/utils/src/delete')['del']
109
910
  const deleteEmptyFolders: typeof import('./core/storage/src/index')['deleteEmptyFolders']
110
911
  const deleteFiles: typeof import('./core/storage/src/index')['deleteFiles']
111
912
  const deleteFolder: typeof import('./core/storage/src/index')['deleteFolder']
@@ -114,38 +915,53 @@ declare global {
114
915
  const desktopPath: typeof import('./core/path/src/index')['desktopPath']
115
916
  const detectIndent: typeof import('./core/utils/src/helpers')['detectIndent']
116
917
  const detectNewline: typeof import('./core/utils/src/helpers')['detectNewline']
918
+ const determineDebugLevel: typeof import('./core/utils/src/helpers')['determineDebugLevel']
117
919
  const determineResetPreset: typeof import('./core/utils/src/helpers')['determineResetPreset']
118
920
  const determineState: typeof import('./core/search-engine/src/helpers')['determineState']
921
+ const developmentPath: typeof import('./core/path/src/index')['developmentPath']
922
+ const dinero: typeof import('./core/utils/src/currency')['dinero']
119
923
  const dirname: typeof import('./core/path/src/index')['dirname']
120
- const dispatch: typeof import('./core/events/src/index')['dispatch']
924
+ const discord: typeof import('./core/chat/src/index')['discord']
925
+ const dns: typeof import('../config/dns')['default']
121
926
  const docs: typeof import('../config/docs')['default']
122
927
  const docsPath: typeof import('./core/path/src/index')['docsPath']
123
928
  const doesFolderExist: typeof import('./core/storage/src/index')['doesFolderExist']
929
+ const doesNotContain: typeof import('./core/arrays/src/index')['doesNotContain']
124
930
  const domainsPath: typeof import('./core/path/src/index')['domainsPath']
125
931
  const dotCase: typeof import('./core/strings/src/case')['dotCase']
126
932
  const dump: typeof import('./core/logging/src/index')['dump']
127
- const eagerComputed: typeof import('@vueuse/core')['eagerComputed']
933
+ const dynamodb: typeof import('./core/cache/src/index')['dynamodb']
934
+ const eagerComputed: typeof import('./core/utils/src/vendors')['eagerComputed']
128
935
  const effectScope: typeof import('vue')['effectScope']
129
- const email: typeof import('./core/notifications/src/index')['email']
936
+ const email: typeof import('../config/email')['default']
130
937
  const emailPath: typeof import('./core/path/src/index')['emailPath']
131
938
  const encrypt: typeof import('./core/security/src/crypt')['encrypt']
132
939
  const ensurePrefix: typeof import('./core/strings/src/utils')['ensurePrefix']
133
940
  const ensureSuffix: typeof import('./core/strings/src/utils')['ensureSuffix']
134
- const env: typeof import('./core/utils/src/helpers')['env']
941
+ const env: typeof import('./core/utils/src/config')['env']
942
+ const envVariables: typeof import('./core/validation/src/validate')['envVariables']
943
+ const equal: typeof import('./core/utils/src/currency')['equal']
135
944
  const err: typeof import('./core/error-handling/src/index')['err']
136
945
  const errAsync: typeof import('./core/error-handling/src/index')['errAsync']
137
946
  const errorHandlingPath: typeof import('./core/path/src/index')['errorHandlingPath']
138
- const events: typeof import('./core/events/src/index')['events']
947
+ const eslint: typeof import('./core/lint/src/index')['eslint']
948
+ const events: typeof import('../config/events')['default']
139
949
  const eventsPath: typeof import('./core/path/src/index')['eventsPath']
140
950
  const examplesPath: typeof import('./core/path/src/index')['examplesPath']
951
+ const executeTransition: typeof import('./core/utils/src/vendors')['executeTransition']
141
952
  const expect: typeof import('vitest')['expect']
142
- const extendRef: typeof import('@vueuse/core')['extendRef']
953
+ const expo: typeof import('./core/push/src/index')['expo']
954
+ const extendRef: typeof import('./core/utils/src/vendors')['extendRef']
143
955
  const extname: typeof import('./core/path/src/index')['extname']
956
+ const fakerPath: typeof import('./core/path/src/index')['fakerPath']
957
+ const fcm: typeof import('./core/push/src/index')['fcm']
958
+ const feature: typeof import('./core/testing/src/index')['feature']
144
959
  const filesystem: typeof import('./core/storage/src/index')['filesystem']
145
960
  const filterName: typeof import('./core/search-engine/src/index')['filterName']
146
961
  const filters: typeof import('./core/search-engine/src/index')['filters']
147
962
  const flattenArrayable: typeof import('./core/arrays/src/index')['flattenArrayable']
148
963
  const format: typeof import('./core/path/src/index')['format']
964
+ const formatTimeAgo: typeof import('./core/utils/src/vendors')['formatTimeAgo']
149
965
  const frameworkPath: typeof import('./core/path/src/index')['frameworkPath']
150
966
  const frameworkVersion: typeof import('./core/utils/src/helpers')['frameworkVersion']
151
967
  const fromPromise: typeof import('./core/error-handling/src/index')['fromPromise']
@@ -153,145 +969,171 @@ declare global {
153
969
  const fromThrowable: typeof import('./core/error-handling/src/index')['fromThrowable']
154
970
  const functionsPath: typeof import('./core/path/src/index')['functionsPath']
155
971
  const generateAppKey: typeof import('./core/security/src/key')['generateAppKey']
972
+ const generateFactoryFile: typeof import('./core/database/src/factory/index')['generateFactoryFile']
156
973
  const getCurrentInstance: typeof import('vue')['getCurrentInstance']
157
974
  const getCurrentScope: typeof import('vue')['getCurrentScope']
158
- const getTypeName: typeof import('./core/utils/src/index')['getTypeName']
159
- const git: typeof import('../config/git')['git']
975
+ const getSSRHandler: typeof import('./core/utils/src/vendors')['getSSRHandler']
976
+ const getTypeName: typeof import('./core/utils/src/base')['getTypeName']
977
+ const git: typeof import('../config/git')['default']
160
978
  const gitPath: typeof import('./core/path/src/index')['gitPath']
161
979
  const goToNextPage: typeof import('./core/search-engine/src/index')['goToNextPage']
162
980
  const goToPage: typeof import('./core/search-engine/src/index')['goToPage']
163
981
  const goToPrevPage: typeof import('./core/search-engine/src/index')['goToPrevPage']
982
+ const greaterThan: typeof import('./core/utils/src/currency')['greaterThan']
983
+ const greaterThanOrEqual: typeof import('./core/utils/src/currency')['greaterThanOrEqual']
984
+ const gupshup: typeof import('./core/sms/src/index')['gupshup']
164
985
  const h: typeof import('vue')['h']
165
986
  const hasComponents: typeof import('./core/storage/src/index')['hasComponents']
166
987
  const hasFiles: typeof import('./core/storage/src/index')['hasFiles']
167
988
  const hasFunctions: typeof import('./core/storage/src/index')['hasFunctions']
168
- const hasOwn: typeof import('@vueuse/shared')['hasOwn']
169
989
  const hasOwnProperty: typeof import('./core/objects/src/index')['hasOwnProperty']
170
990
  const hasScript: typeof import('./core/utils/src/helpers')['hasScript']
171
- const hashing: typeof import('../config/hashing')['hashing']
991
+ const hasSubUnits: typeof import('./core/utils/src/currency')['hasSubUnits']
992
+ const hashing: typeof import('../config/hashing')['default']
993
+ const haveSameAmount: typeof import('./core/utils/src/currency')['haveSameAmount']
994
+ const haveSameCurrency: typeof import('./core/utils/src/currency')['haveSameCurrency']
172
995
  const headerCase: typeof import('./core/strings/src/case')['headerCase']
173
996
  const healthPath: typeof import('./core/path/src/index')['healthPath']
174
997
  const hits: typeof import('./core/search-engine/src/index')['hits']
175
- const ignorableWatch: typeof import('@vueuse/core')['ignorableWatch']
998
+ const ignorableWatch: typeof import('./core/utils/src/vendors')['ignorableWatch']
176
999
  const increment: typeof import('../functions/counter')['increment']
177
1000
  const index: typeof import('./core/search-engine/src/index')['index']
178
1001
  const inject: typeof import('vue')['inject']
179
1002
  const isAbsolute: typeof import('./core/path/src/index')['isAbsolute']
180
- const isAlpha: typeof import('./core/strings/src/validation')['isAlpha']
181
- const isAlphanumeric: typeof import('./core/strings/src/validation')['isAlphanumeric']
1003
+ const isAlpha: typeof import('./core/validation/src/is')['isAlpha']
1004
+ const isAlphanumeric: typeof import('./core/validation/src/is')['isAlphanumeric']
182
1005
  const isAppKeySet: typeof import('./core/utils/src/helpers')['isAppKeySet']
183
- const isAscii: typeof import('./core/strings/src/validation')['isAscii']
184
- const isBase32: typeof import('./core/strings/src/validation')['isBase32']
185
- const isBase64: typeof import('./core/strings/src/validation')['isBase64']
186
- const isBoolean: typeof import('./core/utils/src/is')['isBoolean']
187
- const isBrowser: typeof import('./core/utils/src/is')['isBrowser']
188
- const isByteLength: typeof import('./core/strings/src/validation')['isByteLength']
189
- const isClient: typeof import('@vueuse/shared')['isClient']
190
- const isCreditCard: typeof import('./core/strings/src/validation')['isCreditCard']
191
- const isCurrency: typeof import('./core/strings/src/validation')['isCurrency']
1006
+ const isArray: typeof import('./core/validation/src/is')['isArray']
1007
+ const isAscii: typeof import('./core/validation/src/is')['isAscii']
1008
+ const isBase32: typeof import('./core/validation/src/is')['isBase32']
1009
+ const isBase64: typeof import('./core/validation/src/is')['isBase64']
1010
+ const isBoolean: typeof import('./core/validation/src/is')['isBoolean']
1011
+ const isBrowser: typeof import('./core/validation/src/is')['isBrowser']
1012
+ const isByteLength: typeof import('./core/validation/src/is')['isByteLength']
1013
+ const isCreditCard: typeof import('./core/validation/src/is')['isCreditCard']
1014
+ const isCurrency: typeof import('./core/validation/src/is')['isCurrency']
192
1015
  const isDark: typeof import('../functions/dark')['isDark']
193
- const isDataURI: typeof import('./core/strings/src/validation')['isDataURI']
194
- const isDate: typeof import('./core/strings/src/validation')['isDate']
1016
+ const isDataURI: typeof import('./core/validation/src/is')['isDataURI']
1017
+ const isDate: typeof import('./core/validation/src/is')['isDate']
195
1018
  const isDeepEqual: typeof import('./core/utils/src/equal')['isDeepEqual']
196
- const isDef: typeof import('./core/utils/src/is')['isDef']
197
- const isDefined: typeof import('@vueuse/core')['isDefined']
198
- const isEmail: typeof import('./core/strings/src/validation')['isEmail']
199
- const isFQDN: typeof import('./core/strings/src/validation')['isFQDN']
1019
+ const isDef: typeof import('./core/validation/src/is')['isDef']
1020
+ const isDefined: typeof import('./core/utils/src/vendors')['isDefined']
1021
+ const isEmail: typeof import('./core/validation/src/is')['isEmail']
1022
+ const isEven: typeof import('./core/validation/src/is')['isEven']
1023
+ const isEvenOrOdd: typeof import('./core/validation/src/is')['isEvenOrOdd']
1024
+ const isFQDN: typeof import('./core/validation/src/is')['isFQDN']
200
1025
  const isFile: typeof import('./core/storage/src/index')['isFile']
1026
+ const isFloat: typeof import('./core/validation/src/is')['isFloat']
201
1027
  const isFolder: typeof import('./core/storage/src/index')['isFolder']
202
- const isFullWidth: typeof import('./core/strings/src/validation')['isFullWidth']
203
- const isFunction: typeof import('./core/utils/src/is')['isFunction']
204
- const isHSL: typeof import('./core/strings/src/validation')['isHSL']
205
- const isHalfWidth: typeof import('./core/strings/src/validation')['isHalfWidth']
206
- const isHash: typeof import('./core/strings/src/validation')['isHash']
207
- const isHexColor: typeof import('./core/strings/src/validation')['isHexColor']
208
- const isHexadecimal: typeof import('./core/strings/src/validation')['isHexadecimal']
209
- const isIBAN: typeof import('./core/strings/src/validation')['isIBAN']
210
- const isIOS: typeof import('@vueuse/shared')['isIOS']
211
- const isIP: typeof import('./core/strings/src/validation')['isIP']
212
- const isIPRange: typeof import('./core/strings/src/validation')['isIPRange']
213
- const isISBN: typeof import('./core/strings/src/validation')['isISBN']
214
- const isISIN: typeof import('./core/strings/src/validation')['isISIN']
215
- const isISO31661Alpha2: typeof import('./core/strings/src/validation')['isISO31661Alpha2']
216
- const isISO31661Alpha3: typeof import('./core/strings/src/validation')['isISO31661Alpha3']
217
- const isISO8601: typeof import('./core/strings/src/validation')['isISO8601']
218
- const isISRC: typeof import('./core/strings/src/validation')['isISRC']
219
- const isISSN: typeof import('./core/strings/src/validation')['isISSN']
220
- const isIdentityCard: typeof import('./core/strings/src/validation')['isIdentityCard']
221
- const isJSON: typeof import('./core/strings/src/validation')['isJSON']
222
- const isJWT: typeof import('./core/strings/src/validation')['isJWT']
1028
+ const isFullWidth: typeof import('./core/validation/src/is')['isFullWidth']
1029
+ const isFunction: typeof import('./core/validation/src/is')['isFunction']
1030
+ const isHSL: typeof import('./core/validation/src/is')['isHSL']
1031
+ const isHalfWidth: typeof import('./core/validation/src/is')['isHalfWidth']
1032
+ const isHash: typeof import('./core/validation/src/is')['isHash']
1033
+ const isHexColor: typeof import('./core/validation/src/is')['isHexColor']
1034
+ const isHexadecimal: typeof import('./core/validation/src/is')['isHexadecimal']
1035
+ const isIBAN: typeof import('./core/validation/src/is')['isIBAN']
1036
+ const isIP: typeof import('./core/validation/src/is')['isIP']
1037
+ const isIPRange: typeof import('./core/validation/src/is')['isIPRange']
1038
+ const isISBN: typeof import('./core/validation/src/is')['isISBN']
1039
+ const isISIN: typeof import('./core/validation/src/is')['isISIN']
1040
+ const isISO31661Alpha2: typeof import('./core/validation/src/is')['isISO31661Alpha2']
1041
+ const isISO31661Alpha3: typeof import('./core/validation/src/is')['isISO31661Alpha3']
1042
+ const isISO8601: typeof import('./core/validation/src/is')['isISO8601']
1043
+ const isISRC: typeof import('./core/validation/src/is')['isISRC']
1044
+ const isISSN: typeof import('./core/validation/src/is')['isISSN']
1045
+ const isIdentityCard: typeof import('./core/validation/src/is')['isIdentityCard']
1046
+ const isInteger: typeof import('./core/validation/src/is')['isInteger']
1047
+ const isIntegerOrFloat: typeof import('./core/validation/src/is')['isIntegerOrFloat']
1048
+ const isJSON: typeof import('./core/validation/src/is')['isJSON']
1049
+ const isJWT: typeof import('./core/validation/src/is')['isJWT']
223
1050
  const isKeyOf: typeof import('./core/objects/src/index')['isKeyOf']
224
- const isLatLong: typeof import('./core/strings/src/validation')['isLatLong']
225
- const isLatitude: typeof import('./core/strings/src/validation')['isLatitude']
226
- const isLongitude: typeof import('./core/strings/src/validation')['isLongitude']
227
- const isMACAddress: typeof import('./core/strings/src/validation')['isMACAddress']
1051
+ const isLatLong: typeof import('./core/validation/src/is')['isLatLong']
1052
+ const isLatitude: typeof import('./core/validation/src/is')['isLatitude']
1053
+ const isLongitude: typeof import('./core/validation/src/is')['isLongitude']
1054
+ const isMACAddress: typeof import('./core/validation/src/is')['isMACAddress']
228
1055
  const isManifest: typeof import('./core/utils/src/helpers')['isManifest']
229
- const isMap: typeof import('./core/utils/src/is')['isMap']
230
- const isMimeType: typeof import('./core/strings/src/validation')['isMimeType']
231
- const isMobilePhone: typeof import('./core/strings/src/validation')['isMobilePhone']
232
- const isMongoId: typeof import('./core/strings/src/validation')['isMongoId']
233
- const isNumber: typeof import('./core/utils/src/is')['isNumber']
234
- const isNumeric: typeof import('./core/strings/src/validation')['isNumeric']
235
- const isObject: typeof import('./core/utils/src/is')['isObject']
1056
+ const isMap: typeof import('./core/validation/src/is')['isMap']
1057
+ const isMimeType: typeof import('./core/validation/src/is')['isMimeType']
1058
+ const isMobilePhone: typeof import('./core/validation/src/is')['isMobilePhone']
1059
+ const isMongoId: typeof import('./core/validation/src/is')['isMongoId']
1060
+ const isNegative: typeof import('./core/validation/src/is')['isNegative']
1061
+ const isNull: typeof import('./core/validation/src/is')['isNull']
1062
+ const isNumber: typeof import('./core/validation/src/is')['isNumber']
1063
+ const isNumeric: typeof import('./core/validation/src/is')['isNumeric']
1064
+ const isObject: typeof import('./core/validation/src/is')['isObject']
1065
+ const isOdd: typeof import('./core/validation/src/is')['isOdd']
236
1066
  const isOptionalString: typeof import('./core/utils/src/helpers')['isOptionalString']
237
1067
  const isPlural: typeof import('./core/strings/src/pluralize')['isPlural']
238
- const isPostalCode: typeof import('./core/strings/src/validation')['isPostalCode']
1068
+ const isPositive: typeof import('./core/validation/src/is')['isPositive']
1069
+ const isPositiveOrNegative: typeof import('./core/validation/src/is')['isPositiveOrNegative']
1070
+ const isPostalCode: typeof import('./core/validation/src/is')['isPostalCode']
1071
+ const isPrimitive: typeof import('./core/validation/src/is')['isPrimitive']
239
1072
  const isProjectCreated: typeof import('./core/utils/src/helpers')['isProjectCreated']
240
- const isPromise: typeof import('./core/utils/src/is')['isPromise']
1073
+ const isPromise: typeof import('./core/validation/src/is')['isPromise']
241
1074
  const isProxy: typeof import('vue')['isProxy']
242
1075
  const isReactive: typeof import('vue')['isReactive']
243
1076
  const isReadonly: typeof import('vue')['isReadonly']
244
1077
  const isRef: typeof import('vue')['isRef']
245
- const isServer: typeof import('./core/utils/src/is')['isServer']
246
- const isSet: typeof import('./core/utils/src/is')['isSet']
1078
+ const isRegExp: typeof import('./core/validation/src/is')['isRegExp']
1079
+ const isServer: typeof import('./core/validation/src/is')['isServer']
1080
+ const isSet: typeof import('./core/validation/src/is')['isSet']
247
1081
  const isSingular: typeof import('./core/strings/src/pluralize')['isSingular']
248
- const isString: typeof import('./core/utils/src/is')['isString']
249
- const isStrongPassword: typeof import('./core/strings/src/validation')['isStrongPassword']
1082
+ const isString: typeof import('./core/validation/src/is')['isString']
1083
+ const isStrongPassword: typeof import('./core/validation/src/is')['isStrongPassword']
1084
+ const isSymbol: typeof import('./core/validation/src/is')['isSymbol']
250
1085
  const isTruthy: typeof import('./core/utils/src/guards')['isTruthy']
251
- const isURL: typeof import('./core/strings/src/validation')['isURL']
252
- const isUUID: typeof import('./core/strings/src/validation')['isUUID']
253
- const isWindow: typeof import('./core/utils/src/is')['isWindow']
1086
+ const isURL: typeof import('./core/validation/src/is')['isURL']
1087
+ const isUUID: typeof import('./core/validation/src/is')['isUUID']
1088
+ const isUndefined: typeof import('./core/validation/src/is')['isUndefined']
1089
+ const isWindow: typeof import('./core/validation/src/is')['isWindow']
1090
+ const isZero: typeof import('./core/utils/src/currency')['isZero']
254
1091
  const it: typeof import('vitest')['it']
255
1092
  const join: typeof import('./core/path/src/index')['join']
256
1093
  const kebabCase: typeof import('./core/strings/src/case')['kebabCase']
257
1094
  const langPath: typeof import('./core/path/src/index')['langPath']
258
1095
  const last: typeof import('./core/arrays/src/index')['last']
259
1096
  const lastPageNumber: typeof import('./core/search-engine/src/index')['lastPageNumber']
260
- const library: typeof import('../config/library')['library']
1097
+ const lessThan: typeof import('./core/utils/src/currency')['lessThan']
1098
+ const lessThanOrEqual: typeof import('./core/utils/src/currency')['lessThanOrEqual']
1099
+ const library: typeof import('../config/library')['default']
261
1100
  const libraryEntryPath: typeof import('./core/path/src/index')['libraryEntryPath']
262
1101
  const lintPath: typeof import('./core/path/src/index')['lintPath']
263
- const listen: typeof import('./core/events/src/index')['listen']
264
1102
  const log: typeof import('./core/logging/src/index')['log']
265
1103
  const loggingPath: typeof import('./core/path/src/index')['loggingPath']
266
- const logicAnd: typeof import('@vueuse/math')['logicAnd']
267
- const logicNot: typeof import('@vueuse/math')['logicNot']
268
- const logicOr: typeof import('@vueuse/math')['logicOr']
269
- const loop: typeof import('./core/utils/src/index')['loop']
270
- const makeDestructurable: typeof import('@vueuse/core')['makeDestructurable']
1104
+ const logicNot: typeof import('./core/utils/src/math')['logicNot']
1105
+ const logicOr: typeof import('./core/utils/src/math')['logicOr']
1106
+ const loop: typeof import('./core/utils/src/base')['loop']
271
1107
  const makeHash: typeof import('./core/security/src/hash')['makeHash']
1108
+ const mapGamepadToXbox360Controller: typeof import('./core/utils/src/vendors')['mapGamepadToXbox360Controller']
272
1109
  const markRaw: typeof import('vue')['markRaw']
1110
+ const maximum: typeof import('./core/utils/src/currency')['maximum']
273
1111
  const md5Encode: typeof import('./core/security/src/hash')['md5Encode']
1112
+ const memcached: typeof import('./core/cache/src/index')['memcached']
274
1113
  const mergeArrayable: typeof import('./core/arrays/src/index')['mergeArrayable']
275
- const mitt: typeof import('./core/events/src/index')['mitt']
1114
+ const migrate: typeof import('./core/database/src/migrations/index')['migrate']
1115
+ const minimum: typeof import('./core/utils/src/currency')['minimum']
1116
+ const modelsPath: typeof import('./core/path/src/index')['modelsPath']
276
1117
  const modulesPath: typeof import('./core/path/src/index')['modulesPath']
1118
+ const money: typeof import('./core/utils/src/currency')['money']
277
1119
  const move: typeof import('./core/arrays/src/index')['move']
1120
+ const multiply: typeof import('./core/utils/src/currency')['multiply']
1121
+ const nexmo: typeof import('./core/sms/src/index')['nexmo']
278
1122
  const nextTick: typeof import('vue')['nextTick']
279
1123
  const noCase: typeof import('./core/strings/src/case')['noCase']
280
1124
  const noNull: typeof import('./core/utils/src/guards')['noNull']
281
- const noop: typeof import('./core/utils/src/index')['noop']
282
1125
  const normalize: typeof import('./core/path/src/index')['normalize']
1126
+ const normalizeScale: typeof import('./core/utils/src/currency')['normalizeScale']
283
1127
  const normalizeString: typeof import('./core/path/src/index')['normalizeString']
284
- const notNullish: typeof import('./core/utils/src/guards')['notNullish']
1128
+ const not: typeof import('./core/utils/src/math')['not']
285
1129
  const notUndefined: typeof import('./core/utils/src/guards')['notUndefined']
286
- const notification: typeof import('./core/notifications/src/index')['notification']
1130
+ const notification: typeof import('../config/notification')['default']
287
1131
  const notificationsPath: typeof import('./core/path/src/index')['notificationsPath']
288
- const now: typeof import('@vueuse/shared')['now']
289
1132
  const objectEntries: typeof import('./core/objects/src/index')['objectEntries']
290
1133
  const objectKeys: typeof import('./core/objects/src/index')['objectKeys']
291
1134
  const objectMap: typeof import('./core/objects/src/index')['objectMap']
292
1135
  const objectPick: typeof import('./core/objects/src/index')['objectPick']
293
1136
  const objectsPath: typeof import('./core/path/src/index')['objectsPath']
294
- const off: typeof import('./core/events/src/index')['off']
295
1137
  const ok: typeof import('./core/error-handling/src/index')['ok']
296
1138
  const okAsync: typeof import('./core/error-handling/src/index')['okAsync']
297
1139
  const onActivated: typeof import('vue')['onActivated']
@@ -300,342 +1142,348 @@ declare global {
300
1142
  const onBeforeRouteUpdate: typeof import('vue-router')['onBeforeRouteUpdate']
301
1143
  const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
302
1144
  const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
303
- const onClickOutside: typeof import('@vueuse/core')['onClickOutside']
1145
+ const onClickOutside: typeof import('./core/utils/src/vendors')['onClickOutside']
304
1146
  const onDeactivated: typeof import('vue')['onDeactivated']
305
1147
  const onErrorCaptured: typeof import('vue')['onErrorCaptured']
306
- const onKeyStroke: typeof import('@vueuse/core')['onKeyStroke']
307
- const onLongPress: typeof import('@vueuse/core')['onLongPress']
1148
+ const onKeyDown: typeof import('./core/utils/src/vendors')['onKeyDown']
1149
+ const onKeyPressed: typeof import('./core/utils/src/vendors')['onKeyPressed']
1150
+ const onKeyStroke: typeof import('./core/utils/src/vendors')['onKeyStroke']
1151
+ const onKeyUp: typeof import('./core/utils/src/vendors')['onKeyUp']
1152
+ const onLongPress: typeof import('./core/utils/src/vendors')['onLongPress']
308
1153
  const onMounted: typeof import('vue')['onMounted']
309
1154
  const onRenderTracked: typeof import('vue')['onRenderTracked']
310
1155
  const onRenderTriggered: typeof import('vue')['onRenderTriggered']
311
1156
  const onScopeDispose: typeof import('vue')['onScopeDispose']
312
1157
  const onServerPrefetch: typeof import('vue')['onServerPrefetch']
313
- const onStartTyping: typeof import('@vueuse/core')['onStartTyping']
1158
+ const onStartTyping: typeof import('./core/utils/src/vendors')['onStartTyping']
314
1159
  const onUnmounted: typeof import('vue')['onUnmounted']
315
1160
  const onUpdated: typeof import('vue')['onUpdated']
1161
+ const onboardingPath: typeof import('./core/path/src/index')['onboardingPath']
1162
+ const or: typeof import('./core/utils/src/math')['or']
1163
+ const ormPath: typeof import('./core/path/src/index')['ormPath']
316
1164
  const p: typeof import('./core/utils/src/p')['p']
317
1165
  const packageJsonPath: typeof import('./core/path/src/index')['packageJsonPath']
318
1166
  const pagesPath: typeof import('./core/path/src/index')['pagesPath']
319
1167
  const paramCase: typeof import('./core/strings/src/case')['paramCase']
320
1168
  const parse: typeof import('./core/path/src/index')['parse']
1169
+ const parseYaml: typeof import('./core/utils/src/helpers')['parseYaml']
321
1170
  const partition: typeof import('./core/arrays/src/index')['partition']
322
1171
  const pascalCase: typeof import('./core/strings/src/case')['pascalCase']
323
1172
  const path: typeof import('./core/path/src/index')['path']
324
1173
  const pathCase: typeof import('./core/strings/src/case')['pathCase']
325
1174
  const pathPath: typeof import('./core/path/src/index')['pathPath']
326
- const pausableWatch: typeof import('@vueuse/core')['pausableWatch']
1175
+ const payment: typeof import('../config/payment')['default']
327
1176
  const paymentsPath: typeof import('./core/path/src/index')['paymentsPath']
328
1177
  const perPage: typeof import('./core/search-engine/src/index')['perPage']
1178
+ const plivo: typeof import('./core/sms/src/index')['plivo']
329
1179
  const plural: typeof import('./core/strings/src/pluralize')['plural']
330
1180
  const preferredDark: typeof import('../functions/dark')['preferredDark']
1181
+ const presetForms: typeof import('@stacksjs/ui')['presetForms']
331
1182
  const projectPath: typeof import('./core/path/src/index')['projectPath']
332
1183
  const provide: typeof import('vue')['provide']
333
1184
  const pushPath: typeof import('./core/path/src/index')['pushPath']
334
1185
  const query: typeof import('./core/search-engine/src/index')['query']
1186
+ const queryBuilderPath: typeof import('./core/path/src/index')['queryBuilderPath']
335
1187
  const queuePath: typeof import('./core/path/src/index')['queuePath']
336
- const rand: typeof import('@vueuse/shared')['rand']
1188
+ const rand: typeof import('./core/utils/src/math')['rand']
337
1189
  const randomStr: typeof import('./core/strings/src/utils')['randomStr']
338
1190
  const range: typeof import('./core/arrays/src/index')['range']
339
- const ray: typeof import('./core/logging/src/index')['ray']
340
- const reactify: typeof import('@vueuse/core')['reactify']
341
- const reactifyObject: typeof import('@vueuse/core')['reactifyObject']
342
1191
  const reactive: typeof import('vue')['reactive']
343
- const reactiveComputed: typeof import('@vueuse/core')['reactiveComputed']
344
- const reactiveOmit: typeof import('@vueuse/core')['reactiveOmit']
345
- const reactivePick: typeof import('@vueuse/core')['reactivePick']
346
1192
  const readJsonFile: typeof import('./core/storage/src/index')['readJsonFile']
1193
+ const readPackageJson: typeof import('./core/storage/src/index')['readPackageJson']
347
1194
  const readTextFile: typeof import('./core/storage/src/index')['readTextFile']
348
1195
  const readonly: typeof import('vue')['readonly']
349
1196
  const realtimePath: typeof import('./core/path/src/index')['realtimePath']
1197
+ const redis: typeof import('./core/cache/src/index')['redis']
350
1198
  const ref: typeof import('vue')['ref']
351
- const refAutoReset: typeof import('@vueuse/core')['refAutoReset']
352
- const refDebounced: typeof import('@vueuse/core')['refDebounced']
353
- const refDefault: typeof import('@vueuse/core')['refDefault']
354
- const refThrottled: typeof import('@vueuse/core')['refThrottled']
355
- const refWithControl: typeof import('@vueuse/core')['refWithControl']
356
1199
  const relative: typeof import('./core/path/src/index')['relative']
357
1200
  const remove: typeof import('./core/arrays/src/index')['remove']
1201
+ const renderHeadToString: typeof import('./core/utils/src/vendors')['renderHeadToString']
358
1202
  const resolve: typeof import('./core/path/src/index')['resolve']
359
1203
  const resolveComponent: typeof import('vue')['resolveComponent']
360
- const resolveDirective: typeof import('vue')['resolveDirective']
361
- const resolveRef: typeof import('@vueuse/core')['resolveRef']
362
- const resolveUnref: typeof import('@vueuse/core')['resolveUnref']
363
1204
  const results: typeof import('./core/search-engine/src/index')['results']
364
- const router: typeof import('./core/router/src/index')['router']
1205
+ const rimraf: typeof import('./core/utils/src/delete')['rimraf']
365
1206
  const routerPath: typeof import('./core/path/src/index')['routerPath']
366
1207
  const routesPath: typeof import('./core/path/src/index')['routesPath']
367
1208
  const runNpmScript: typeof import('./core/utils/src/helpers')['runNpmScript']
368
1209
  const runtimePath: typeof import('./core/path/src/index')['runtimePath']
369
1210
  const sample: typeof import('./core/arrays/src/index')['sample']
1211
+ const schedulerPath: typeof import('./core/path/src/index')['schedulerPath']
370
1212
  const scriptsPath: typeof import('./core/path/src/index')['scriptsPath']
371
- const searchEngine: typeof import('../config/search-engine')['searchEngine']
1213
+ const searchEngine: typeof import('../config/search-engine')['default']
372
1214
  const searchEnginePath: typeof import('./core/path/src/index')['searchEnginePath']
373
1215
  const searchFilters: typeof import('./core/search-engine/src/index')['searchFilters']
374
1216
  const searchParams: typeof import('./core/search-engine/src/index')['searchParams']
375
1217
  const securityPath: typeof import('./core/path/src/index')['securityPath']
1218
+ const seed: typeof import('./core/database/src/seeder/index')['seed']
1219
+ const semver: typeof import('./core/utils/src/versions')['semver']
376
1220
  const sentenceCase: typeof import('./core/strings/src/case')['sentenceCase']
377
1221
  const sep: typeof import('./core/path/src/index')['sep']
378
1222
  const serverPath: typeof import('./core/path/src/index')['serverPath']
379
1223
  const serverlessPath: typeof import('./core/path/src/index')['serverlessPath']
380
- const services: typeof import('../config/services')['services']
1224
+ const services: typeof import('../config/services')['default']
381
1225
  const setEnvValue: typeof import('./core/utils/src/helpers')['setEnvValue']
1226
+ const setSSRHandler: typeof import('./core/utils/src/vendors')['setSSRHandler']
382
1227
  const setTotalHits: typeof import('./core/search-engine/src/index')['setTotalHits']
1228
+ const settingsPath: typeof import('./core/path/src/index')['settingsPath']
383
1229
  const shallowReactive: typeof import('vue')['shallowReactive']
384
1230
  const shallowReadonly: typeof import('vue')['shallowReadonly']
385
1231
  const shallowRef: typeof import('vue')['shallowRef']
386
1232
  const shuffle: typeof import('./core/arrays/src/index')['shuffle']
1233
+ const signalsPath: typeof import('./core/path/src/index')['signalsPath']
387
1234
  const singular: typeof import('./core/strings/src/pluralize')['singular']
1235
+ const slack: typeof import('./core/chat/src/index')['slack']
388
1236
  const slash: typeof import('./core/strings/src/utils')['slash']
389
1237
  const sleep: typeof import('./core/utils/src/promise')['sleep']
390
- const sms: typeof import('./core/notifications/src/index')['sms']
1238
+ const slug: typeof import('./core/strings/src/utils')['slug']
1239
+ const sms77: typeof import('./core/sms/src/index')['sms77']
391
1240
  const smsPath: typeof import('./core/path/src/index')['smsPath']
392
1241
  const snakeCase: typeof import('./core/strings/src/case')['snakeCase']
1242
+ const sns: typeof import('./core/sms/src/index')['sns']
393
1243
  const sort: typeof import('./core/search-engine/src/index')['sort']
394
1244
  const sorts: typeof import('./core/search-engine/src/index')['sorts']
395
- const src: typeof import('./core/ui/src/index')['default']
1245
+ const src: typeof import('./core/storage/src/index')['default']
396
1246
  const stacksPath: typeof import('./core/path/src/index')['stacksPath']
397
- const storage: typeof import('../config/storage')['storage']
1247
+ const storage: typeof import('../config/storage')['default']
398
1248
  const storagePath: typeof import('./core/path/src/index')['storagePath']
399
1249
  const stringsPath: typeof import('./core/path/src/index')['stringsPath']
1250
+ const stripe: typeof import('./core/payments/src/index')['stripe']
1251
+ const subtract: typeof import('./core/utils/src/currency')['subtract']
400
1252
  const suite: typeof import('vitest')['suite']
401
- const syncRef: typeof import('@vueuse/core')['syncRef']
402
- const syncRefs: typeof import('@vueuse/core')['syncRefs']
1253
+ const syncRef: typeof import('./core/utils/src/vendors')['syncRef']
1254
+ const syncRefs: typeof import('./core/utils/src/vendors')['syncRefs']
403
1255
  const tablesPath: typeof import('./core/path/src/index')['tablesPath']
404
1256
  const tap: typeof import('./core/utils/src/function')['tap']
1257
+ const teams: typeof import('./core/chat/src/index')['teams']
1258
+ const telnyx: typeof import('./core/sms/src/index')['telnyx']
405
1259
  const template: typeof import('./core/strings/src/utils')['template']
406
- const templateRef: typeof import('@vueuse/core')['templateRef']
1260
+ const templateRef: typeof import('./core/utils/src/vendors')['templateRef']
1261
+ const termii: typeof import('./core/sms/src/index')['termii']
407
1262
  const test: typeof import('vitest')['test']
408
1263
  const testingPath: typeof import('./core/path/src/index')['testingPath']
409
1264
  const testsPath: typeof import('./core/path/src/index')['testsPath']
410
- const throttle: typeof import('./core/utils/src/debounce')['throttle']
411
- const throttledRef: typeof import('@vueuse/core')['throttledRef']
412
- const throttledWatch: typeof import('@vueuse/core')['throttledWatch']
413
- const timestamp: typeof import('@vueuse/shared')['timestamp']
1265
+ const throttle: typeof import('./core/utils/src/throttle')['throttle']
1266
+ const throttledRef: typeof import('./core/utils/src/vendors')['throttledRef']
1267
+ const throttledWatch: typeof import('./core/utils/src/vendors')['throttledWatch']
1268
+ const titleCase: typeof import('./core/strings/src/case')['titleCase']
414
1269
  const toArray: typeof import('./core/arrays/src/index')['toArray']
1270
+ const toDecimal: typeof import('./core/utils/src/currency')['toDecimal']
415
1271
  const toNamespacedPath: typeof import('./core/path/src/index')['toNamespacedPath']
416
1272
  const toRaw: typeof import('vue')['toRaw']
417
- const toReactive: typeof import('@vueuse/core')['toReactive']
1273
+ const toReactive: typeof import('./core/utils/src/vendors')['toReactive']
418
1274
  const toRef: typeof import('vue')['toRef']
419
1275
  const toRefs: typeof import('vue')['toRefs']
420
- const toString: typeof import('./core/utils/src/index')['toString']
1276
+ const toSnapshot: typeof import('./core/utils/src/currency')['toSnapshot']
1277
+ const toString: typeof import('./core/utils/src/base')['toString']
1278
+ const toUnits: typeof import('./core/utils/src/currency')['toUnits']
421
1279
  const toggleDark: typeof import('../functions/dark')['toggleDark']
422
1280
  const totalPages: typeof import('./core/search-engine/src/index')['totalPages']
1281
+ const transformerCompileClass: typeof import('@stacksjs/ui')['transformerCompileClass']
423
1282
  const triggerRef: typeof import('vue')['triggerRef']
424
- const tryOnBeforeMount: typeof import('@vueuse/core')['tryOnBeforeMount']
425
- const tryOnBeforeUnmount: typeof import('@vueuse/core')['tryOnBeforeUnmount']
426
- const tryOnMounted: typeof import('@vueuse/core')['tryOnMounted']
427
- const tryOnScopeDispose: typeof import('@vueuse/core')['tryOnScopeDispose']
428
- const tryOnUnmounted: typeof import('@vueuse/core')['tryOnUnmounted']
1283
+ const trimScale: typeof import('./core/utils/src/currency')['trimScale']
1284
+ const tryOnBeforeMount: typeof import('./core/utils/src/vendors')['tryOnBeforeMount']
1285
+ const tryOnBeforeUnmount: typeof import('./core/utils/src/vendors')['tryOnBeforeUnmount']
1286
+ const tryOnMounted: typeof import('./core/utils/src/vendors')['tryOnMounted']
1287
+ const tryOnScopeDispose: typeof import('./core/utils/src/vendors')['tryOnScopeDispose']
1288
+ const tryOnUnmounted: typeof import('./core/utils/src/vendors')['tryOnUnmounted']
1289
+ const twilio: typeof import('./core/sms/src/index')['twilio']
429
1290
  const typesPath: typeof import('./core/path/src/index')['typesPath']
430
1291
  const ui: typeof import('../config/ui')['default']
431
1292
  const uiPath: typeof import('./core/path/src/index')['uiPath']
432
1293
  const uniq: typeof import('./core/arrays/src/index')['uniq']
433
1294
  const uniqueBy: typeof import('./core/arrays/src/index')['uniqueBy']
434
- const unocss: typeof import('./core/ui/src/unocss')['default']
1295
+ const unit: typeof import('./core/testing/src/index')['unit']
435
1296
  const unref: typeof import('vue')['unref']
436
- const unrefElement: typeof import('@vueuse/core')['unrefElement']
437
- const until: typeof import('@vueuse/core')['until']
1297
+ const unrefElement: typeof import('./core/utils/src/vendors')['unrefElement']
1298
+ const until: typeof import('./core/utils/src/vendors')['until']
438
1299
  const updateConfigFile: typeof import('./core/storage/src/index')['updateConfigFile']
439
- const useAbs: typeof import('@vueuse/math')['useAbs']
440
- const useActiveElement: typeof import('@vueuse/core')['useActiveElement']
441
- const useArrayEvery: typeof import('@vueuse/core')['useArrayEvery']
442
- const useArrayFilter: typeof import('@vueuse/core')['useArrayFilter']
443
- const useArrayFind: typeof import('@vueuse/core')['useArrayFind']
444
- const useArrayFindIndex: typeof import('@vueuse/core')['useArrayFindIndex']
445
- const useArrayJoin: typeof import('@vueuse/core')['useArrayJoin']
446
- const useArrayMap: typeof import('@vueuse/core')['useArrayMap']
447
- const useArrayReduce: typeof import('@vueuse/core')['useArrayReduce']
448
- const useArraySome: typeof import('@vueuse/core')['useArraySome']
449
- const useArrayUnique: typeof import('@vueuse/core')['useArrayUnique']
450
- const useAsyncQueue: typeof import('@vueuse/core')['useAsyncQueue']
451
- const useAsyncState: typeof import('@vueuse/core')['useAsyncState']
1300
+ const upstash: typeof import('./core/cache/src/index')['upstash']
1301
+ const useAbs: typeof import('./core/utils/src/math')['useAbs']
1302
+ const useActiveElement: typeof import('./core/utils/src/vendors')['useActiveElement']
1303
+ const useAnimate: typeof import('./core/utils/src/vendors')['useAnimate']
1304
+ const useAsyncQueue: typeof import('./core/utils/src/vendors')['useAsyncQueue']
1305
+ const useAsyncState: typeof import('./core/utils/src/vendors')['useAsyncState']
452
1306
  const useAttrs: typeof import('vue')['useAttrs']
453
- const useAverage: typeof import('@vueuse/math')['useAverage']
454
- const useBase64: typeof import('@vueuse/core')['useBase64']
455
- const useBattery: typeof import('@vueuse/core')['useBattery']
456
- const useBluetooth: typeof import('@vueuse/core')['useBluetooth']
457
- const useBreakpoints: typeof import('@vueuse/core')['useBreakpoints']
458
- const useBroadcastChannel: typeof import('@vueuse/core')['useBroadcastChannel']
459
- const useBrowserLocation: typeof import('@vueuse/core')['useBrowserLocation']
460
- const useCached: typeof import('@vueuse/core')['useCached']
461
- const useCeil: typeof import('@vueuse/math')['useCeil']
1307
+ const useAverage: typeof import('./core/utils/src/math')['useAverage']
1308
+ const useBase64: typeof import('./core/utils/src/vendors')['useBase64']
1309
+ const useBattery: typeof import('./core/utils/src/vendors')['useBattery']
1310
+ const useBluetooth: typeof import('./core/utils/src/vendors')['useBluetooth']
1311
+ const useBreakpoints: typeof import('./core/utils/src/vendors')['useBreakpoints']
1312
+ const useBroadcastChannel: typeof import('./core/utils/src/vendors')['useBroadcastChannel']
1313
+ const useBrowserLocation: typeof import('./core/utils/src/vendors')['useBrowserLocation']
1314
+ const useCached: typeof import('./core/utils/src/vendors')['useCached']
1315
+ const useCeil: typeof import('./core/utils/src/math')['useCeil']
462
1316
  const useChat: typeof import('./core/notifications/src/index')['useChat']
463
- const useClamp: typeof import('@vueuse/math')['useClamp']
464
- const useClipboard: typeof import('@vueuse/core')['useClipboard']
465
- const useCloned: typeof import('@vueuse/core')['useCloned']
466
- const useColorMode: typeof import('@vueuse/core')['useColorMode']
467
- const useConfirmDialog: typeof import('@vueuse/core')['useConfirmDialog']
468
- const useCounter: typeof import('@vueuse/core')['useCounter']
1317
+ const useClamp: typeof import('./core/utils/src/math')['useClamp']
1318
+ const useClipboard: typeof import('./core/utils/src/vendors')['useClipboard']
1319
+ const useCloned: typeof import('./core/utils/src/vendors')['useCloned']
1320
+ const useColorMode: typeof import('./core/utils/src/vendors')['useColorMode']
1321
+ const useConfirmDialog: typeof import('./core/utils/src/vendors')['useConfirmDialog']
469
1322
  const useCssModule: typeof import('vue')['useCssModule']
470
- const useCssVar: typeof import('@vueuse/core')['useCssVar']
1323
+ const useCssVar: typeof import('./core/utils/src/vendors')['useCssVar']
471
1324
  const useCssVars: typeof import('vue')['useCssVars']
472
- const useCurrentElement: typeof import('@vueuse/core')['useCurrentElement']
473
- const useCycleList: typeof import('@vueuse/core')['useCycleList']
474
- const useDark: typeof import('@vueuse/core')['useDark']
475
- const useDateFormat: typeof import('@vueuse/core')['useDateFormat']
476
- const useDebounce: typeof import('@vueuse/core')['useDebounce']
477
- const useDebounceFn: typeof import('@vueuse/core')['useDebounceFn']
478
- const useDebouncedRefHistory: typeof import('@vueuse/core')['useDebouncedRefHistory']
479
- const useDeviceMotion: typeof import('@vueuse/core')['useDeviceMotion']
480
- const useDeviceOrientation: typeof import('@vueuse/core')['useDeviceOrientation']
481
- const useDevicePixelRatio: typeof import('@vueuse/core')['useDevicePixelRatio']
482
- const useDevicesList: typeof import('@vueuse/core')['useDevicesList']
483
- const useDisplayMedia: typeof import('@vueuse/core')['useDisplayMedia']
484
- const useDocumentVisibility: typeof import('@vueuse/core')['useDocumentVisibility']
485
- const useDraggable: typeof import('@vueuse/core')['useDraggable']
486
- const useDropZone: typeof import('@vueuse/core')['useDropZone']
487
- const useElementBounding: typeof import('@vueuse/core')['useElementBounding']
488
- const useElementByPoint: typeof import('@vueuse/core')['useElementByPoint']
489
- const useElementHover: typeof import('@vueuse/core')['useElementHover']
490
- const useElementSize: typeof import('@vueuse/core')['useElementSize']
491
- const useElementVisibility: typeof import('@vueuse/core')['useElementVisibility']
1325
+ const useCurrentElement: typeof import('./core/utils/src/vendors')['useCurrentElement']
1326
+ const useCycleList: typeof import('./core/utils/src/vendors')['useCycleList']
1327
+ const useDark: typeof import('./core/utils/src/vendors')['useDark']
1328
+ const useDateFormat: typeof import('./core/utils/src/vendors')['useDateFormat']
1329
+ const useDebouncedRefHistory: typeof import('./core/utils/src/vendors')['useDebouncedRefHistory']
1330
+ const useDeviceMotion: typeof import('./core/utils/src/vendors')['useDeviceMotion']
1331
+ const useDeviceOrientation: typeof import('./core/utils/src/vendors')['useDeviceOrientation']
1332
+ const useDevicePixelRatio: typeof import('./core/utils/src/vendors')['useDevicePixelRatio']
1333
+ const useDevicesList: typeof import('./core/utils/src/vendors')['useDevicesList']
1334
+ const useDisplayMedia: typeof import('./core/utils/src/vendors')['useDisplayMedia']
1335
+ const useDocumentVisibility: typeof import('./core/utils/src/vendors')['useDocumentVisibility']
1336
+ const useDraggable: typeof import('./core/utils/src/vendors')['useDraggable']
1337
+ const useDropZone: typeof import('./core/utils/src/vendors')['useDropZone']
1338
+ const useElementBounding: typeof import('./core/utils/src/vendors')['useElementBounding']
1339
+ const useElementByPoint: typeof import('./core/utils/src/vendors')['useElementByPoint']
1340
+ const useElementHover: typeof import('./core/utils/src/vendors')['useElementHover']
1341
+ const useElementSize: typeof import('./core/utils/src/vendors')['useElementSize']
1342
+ const useElementVisibility: typeof import('./core/utils/src/vendors')['useElementVisibility']
492
1343
  const useEmail: typeof import('./core/notifications/src/index')['useEmail']
493
- const useEvent: typeof import('./core/events/src/index')['useEvent']
494
- const useEventBus: typeof import('@vueuse/core')['useEventBus']
495
- const useEventListener: typeof import('@vueuse/core')['useEventListener']
496
- const useEventSource: typeof import('@vueuse/core')['useEventSource']
497
- const useEyeDropper: typeof import('@vueuse/core')['useEyeDropper']
498
- const useFavicon: typeof import('@vueuse/core')['useFavicon']
499
- const useFetch: typeof import('@vueuse/core')['useFetch']
500
- const useFileDialog: typeof import('@vueuse/core')['useFileDialog']
501
- const useFileSystemAccess: typeof import('@vueuse/core')['useFileSystemAccess']
502
- const useFloor: typeof import('@vueuse/math')['useFloor']
503
- const useFocus: typeof import('@vueuse/core')['useFocus']
504
- const useFocusWithin: typeof import('@vueuse/core')['useFocusWithin']
505
- const useFps: typeof import('@vueuse/core')['useFps']
506
- const useFullscreen: typeof import('@vueuse/core')['useFullscreen']
507
- const useGamepad: typeof import('@vueuse/core')['useGamepad']
508
- const useGeolocation: typeof import('@vueuse/core')['useGeolocation']
509
- const useHead: typeof import('@vueuse/head')['useHead']
510
- const useIdle: typeof import('@vueuse/core')['useIdle']
511
- const useImage: typeof import('@vueuse/core')['useImage']
512
- const useInfiniteScroll: typeof import('@vueuse/core')['useInfiniteScroll']
513
- const useIntersectionObserver: typeof import('@vueuse/core')['useIntersectionObserver']
514
- const useInterval: typeof import('@vueuse/core')['useInterval']
515
- const useIntervalFn: typeof import('@vueuse/core')['useIntervalFn']
516
- const useKeyModifier: typeof import('@vueuse/core')['useKeyModifier']
517
- const useLastChanged: typeof import('@vueuse/core')['useLastChanged']
1344
+ const useEventBus: typeof import('./core/utils/src/vendors')['useEventBus']
1345
+ const useEventListener: typeof import('./core/utils/src/vendors')['useEventListener']
1346
+ const useEventSource: typeof import('./core/utils/src/vendors')['useEventSource']
1347
+ const useEyeDropper: typeof import('./core/utils/src/vendors')['useEyeDropper']
1348
+ const useFavicon: typeof import('./core/utils/src/vendors')['useFavicon']
1349
+ const useFetch: typeof import('./core/utils/src/vendors')['useFetch']
1350
+ const useFileDialog: typeof import('./core/utils/src/vendors')['useFileDialog']
1351
+ const useFileSystemAccess: typeof import('./core/utils/src/vendors')['useFileSystemAccess']
1352
+ const useFloor: typeof import('./core/utils/src/math')['useFloor']
1353
+ const useFocus: typeof import('./core/utils/src/vendors')['useFocus']
1354
+ const useFocusWithin: typeof import('./core/utils/src/vendors')['useFocusWithin']
1355
+ const useFps: typeof import('./core/utils/src/vendors')['useFps']
1356
+ const useFullscreen: typeof import('./core/utils/src/vendors')['useFullscreen']
1357
+ const useGamepad: typeof import('./core/utils/src/vendors')['useGamepad']
1358
+ const useGeolocation: typeof import('./core/utils/src/vendors')['useGeolocation']
1359
+ const useIdle: typeof import('./core/utils/src/vendors')['useIdle']
1360
+ const useImage: typeof import('./core/utils/src/vendors')['useImage']
1361
+ const useInfiniteScroll: typeof import('./core/utils/src/vendors')['useInfiniteScroll']
1362
+ const useIntersectionObserver: typeof import('./core/utils/src/vendors')['useIntersectionObserver']
1363
+ const useKeyModifier: typeof import('./core/utils/src/vendors')['useKeyModifier']
518
1364
  const useLink: typeof import('vue-router')['useLink']
519
- const useLocalStorage: typeof import('@vueuse/core')['useLocalStorage']
520
- const useMagicKeys: typeof import('@vueuse/core')['useMagicKeys']
521
- const useManualRefHistory: typeof import('@vueuse/core')['useManualRefHistory']
522
- const useMath: typeof import('@vueuse/math')['useMath']
523
- const useMax: typeof import('@vueuse/math')['useMax']
524
- const useMediaControls: typeof import('@vueuse/core')['useMediaControls']
525
- const useMediaQuery: typeof import('@vueuse/core')['useMediaQuery']
526
- const useMemoize: typeof import('@vueuse/core')['useMemoize']
527
- const useMemory: typeof import('@vueuse/core')['useMemory']
528
- const useMin: typeof import('@vueuse/math')['useMin']
529
- const useMounted: typeof import('@vueuse/core')['useMounted']
530
- const useMouse: typeof import('@vueuse/core')['useMouse']
531
- const useMouseInElement: typeof import('@vueuse/core')['useMouseInElement']
532
- const useMousePressed: typeof import('@vueuse/core')['useMousePressed']
533
- const useMutationObserver: typeof import('@vueuse/core')['useMutationObserver']
534
- const useNavigatorLanguage: typeof import('@vueuse/core')['useNavigatorLanguage']
535
- const useNetwork: typeof import('@vueuse/core')['useNetwork']
1365
+ const useLocalStorage: typeof import('./core/utils/src/vendors')['useLocalStorage']
1366
+ const useMagicKeys: typeof import('./core/utils/src/vendors')['useMagicKeys']
1367
+ const useManualRefHistory: typeof import('./core/utils/src/vendors')['useManualRefHistory']
1368
+ const useMath: typeof import('./core/utils/src/math')['useMath']
1369
+ const useMax: typeof import('./core/utils/src/math')['useMax']
1370
+ const useMediaControls: typeof import('./core/utils/src/vendors')['useMediaControls']
1371
+ const useMediaQuery: typeof import('./core/utils/src/vendors')['useMediaQuery']
1372
+ const useMemoize: typeof import('./core/utils/src/vendors')['useMemoize']
1373
+ const useMemory: typeof import('./core/utils/src/vendors')['useMemory']
1374
+ const useMin: typeof import('./core/utils/src/math')['useMin']
1375
+ const useMounted: typeof import('./core/utils/src/vendors')['useMounted']
1376
+ const useMouse: typeof import('./core/utils/src/vendors')['useMouse']
1377
+ const useMouseInElement: typeof import('./core/utils/src/vendors')['useMouseInElement']
1378
+ const useMousePressed: typeof import('./core/utils/src/vendors')['useMousePressed']
1379
+ const useMutationObserver: typeof import('./core/utils/src/vendors')['useMutationObserver']
1380
+ const useNavigatorLanguage: typeof import('./core/utils/src/vendors')['useNavigatorLanguage']
1381
+ const useNetwork: typeof import('./core/utils/src/vendors')['useNetwork']
536
1382
  const useNotification: typeof import('./core/notifications/src/index')['useNotification']
537
- const useNow: typeof import('@vueuse/core')['useNow']
538
- const useObjectUrl: typeof import('@vueuse/core')['useObjectUrl']
539
- const useOffsetPagination: typeof import('@vueuse/core')['useOffsetPagination']
540
- const useOnline: typeof import('@vueuse/core')['useOnline']
541
- const usePageLeave: typeof import('@vueuse/core')['usePageLeave']
542
- const useParallax: typeof import('@vueuse/core')['useParallax']
543
- const usePermission: typeof import('@vueuse/core')['usePermission']
544
- const usePointer: typeof import('@vueuse/core')['usePointer']
545
- const usePointerLock: typeof import('@vueuse/core')['usePointerLock']
546
- const usePointerSwipe: typeof import('@vueuse/core')['usePointerSwipe']
547
- const usePrecision: typeof import('@vueuse/math')['usePrecision']
548
- const usePreferredColorScheme: typeof import('@vueuse/core')['usePreferredColorScheme']
549
- const usePreferredContrast: typeof import('@vueuse/core')['usePreferredContrast']
550
- const usePreferredDark: typeof import('@vueuse/core')['usePreferredDark']
551
- const usePreferredLanguages: typeof import('@vueuse/core')['usePreferredLanguages']
552
- const usePreferredReducedMotion: typeof import('@vueuse/core')['usePreferredReducedMotion']
553
- const usePrevious: typeof import('@vueuse/core')['usePrevious']
554
- const useProjection: typeof import('@vueuse/math')['useProjection']
555
- const useRafFn: typeof import('@vueuse/core')['useRafFn']
556
- const useRefHistory: typeof import('@vueuse/core')['useRefHistory']
557
- const useResizeObserver: typeof import('@vueuse/core')['useResizeObserver']
558
- const useRound: typeof import('@vueuse/math')['useRound']
1383
+ const useNow: typeof import('./core/utils/src/vendors')['useNow']
1384
+ const useObjectUrl: typeof import('./core/utils/src/vendors')['useObjectUrl']
1385
+ const useOffsetPagination: typeof import('./core/utils/src/vendors')['useOffsetPagination']
1386
+ const useOnline: typeof import('./core/utils/src/vendors')['useOnline']
1387
+ const usePageLeave: typeof import('./core/utils/src/vendors')['usePageLeave']
1388
+ const useParallax: typeof import('./core/utils/src/vendors')['useParallax']
1389
+ const useParentElement: typeof import('./core/utils/src/vendors')['useParentElement']
1390
+ const usePerformanceObserver: typeof import('./core/utils/src/vendors')['usePerformanceObserver']
1391
+ const usePermission: typeof import('./core/utils/src/vendors')['usePermission']
1392
+ const usePointer: typeof import('./core/utils/src/vendors')['usePointer']
1393
+ const usePointerLock: typeof import('./core/utils/src/vendors')['usePointerLock']
1394
+ const usePointerSwipe: typeof import('./core/utils/src/vendors')['usePointerSwipe']
1395
+ const usePrecision: typeof import('./core/utils/src/math')['usePrecision']
1396
+ const usePreferredColorScheme: typeof import('./core/utils/src/vendors')['usePreferredColorScheme']
1397
+ const usePreferredContrast: typeof import('./core/utils/src/vendors')['usePreferredContrast']
1398
+ const usePreferredDark: typeof import('./core/utils/src/vendors')['usePreferredDark']
1399
+ const usePreferredLanguages: typeof import('./core/utils/src/vendors')['usePreferredLanguages']
1400
+ const usePreferredReducedMotion: typeof import('./core/utils/src/vendors')['usePreferredReducedMotion']
1401
+ const usePrevious: typeof import('./core/utils/src/vendors')['usePrevious']
1402
+ const useProjection: typeof import('./core/utils/src/math')['useProjection']
1403
+ const useRafFn: typeof import('./core/utils/src/vendors')['useRafFn']
1404
+ const useRefHistory: typeof import('./core/utils/src/vendors')['useRefHistory']
1405
+ const useResizeObserver: typeof import('./core/utils/src/vendors')['useResizeObserver']
1406
+ const useRound: typeof import('./core/utils/src/math')['useRound']
559
1407
  const useRoute: typeof import('vue-router')['useRoute']
560
1408
  const useRouter: typeof import('vue-router')['useRouter']
561
1409
  const useSMS: typeof import('./core/notifications/src/index')['useSMS']
562
- const useScreenOrientation: typeof import('@vueuse/core')['useScreenOrientation']
563
- const useScreenSafeArea: typeof import('@vueuse/core')['useScreenSafeArea']
564
- const useScriptTag: typeof import('@vueuse/core')['useScriptTag']
565
- const useScroll: typeof import('@vueuse/core')['useScroll']
566
- const useScrollLock: typeof import('@vueuse/core')['useScrollLock']
1410
+ const useScreenOrientation: typeof import('./core/utils/src/vendors')['useScreenOrientation']
1411
+ const useScreenSafeArea: typeof import('./core/utils/src/vendors')['useScreenSafeArea']
1412
+ const useScriptTag: typeof import('./core/utils/src/vendors')['useScriptTag']
1413
+ const useScroll: typeof import('./core/utils/src/vendors')['useScroll']
1414
+ const useScrollLock: typeof import('./core/utils/src/vendors')['useScrollLock']
567
1415
  const useSearchEngine: typeof import('./core/search-engine/src/index')['useSearchEngine']
568
- const useSessionStorage: typeof import('@vueuse/core')['useSessionStorage']
569
- const useShare: typeof import('@vueuse/core')['useShare']
1416
+ const useSessionStorage: typeof import('./core/utils/src/vendors')['useSessionStorage']
1417
+ const useShare: typeof import('./core/utils/src/vendors')['useShare']
570
1418
  const useSlots: typeof import('vue')['useSlots']
571
- const useSorted: typeof import('@vueuse/core')['useSorted']
572
- const useSpeechRecognition: typeof import('@vueuse/core')['useSpeechRecognition']
573
- const useSpeechSynthesis: typeof import('@vueuse/core')['useSpeechSynthesis']
574
- const useStepper: typeof import('@vueuse/core')['useStepper']
575
- const useStorage: typeof import('@vueuse/core')['useStorage']
576
- const useStorageAsync: typeof import('@vueuse/core')['useStorageAsync']
577
- const useStyleTag: typeof import('@vueuse/core')['useStyleTag']
578
- const useSum: typeof import('@vueuse/math')['useSum']
579
- const useSupported: typeof import('@vueuse/core')['useSupported']
580
- const useSwipe: typeof import('@vueuse/core')['useSwipe']
581
- const useTemplateRefsList: typeof import('@vueuse/core')['useTemplateRefsList']
582
- const useTextDirection: typeof import('@vueuse/core')['useTextDirection']
583
- const useTextSelection: typeof import('@vueuse/core')['useTextSelection']
584
- const useTextareaAutosize: typeof import('@vueuse/core')['useTextareaAutosize']
585
- const useThrottle: typeof import('@vueuse/core')['useThrottle']
586
- const useThrottleFn: typeof import('@vueuse/core')['useThrottleFn']
587
- const useThrottledRefHistory: typeof import('@vueuse/core')['useThrottledRefHistory']
588
- const useTimeAgo: typeof import('@vueuse/core')['useTimeAgo']
589
- const useTimeout: typeof import('@vueuse/core')['useTimeout']
590
- const useTimeoutFn: typeof import('@vueuse/core')['useTimeoutFn']
591
- const useTimeoutPoll: typeof import('@vueuse/core')['useTimeoutPoll']
592
- const useTimestamp: typeof import('@vueuse/core')['useTimestamp']
593
- const useTitle: typeof import('@vueuse/core')['useTitle']
594
- const useToFixed: typeof import('@vueuse/math')['useToFixed']
595
- const useToNumber: typeof import('@vueuse/core')['useToNumber']
596
- const useToString: typeof import('@vueuse/core')['useToString']
597
- const useToggle: typeof import('@vueuse/core')['useToggle']
598
- const useTransition: typeof import('@vueuse/core')['useTransition']
599
- const useTrunc: typeof import('@vueuse/math')['useTrunc']
600
- const useUrlSearchParams: typeof import('@vueuse/core')['useUrlSearchParams']
601
- const useUserMedia: typeof import('@vueuse/core')['useUserMedia']
602
- const useVModel: typeof import('@vueuse/core')['useVModel']
603
- const useVModels: typeof import('@vueuse/core')['useVModels']
604
- const useVibrate: typeof import('@vueuse/core')['useVibrate']
605
- const useVirtualList: typeof import('@vueuse/core')['useVirtualList']
606
- const useWakeLock: typeof import('@vueuse/core')['useWakeLock']
607
- const useWebNotification: typeof import('@vueuse/core')['useWebNotification']
608
- const useWebSocket: typeof import('@vueuse/core')['useWebSocket']
609
- const useWebWorker: typeof import('@vueuse/core')['useWebWorker']
610
- const useWebWorkerFn: typeof import('@vueuse/core')['useWebWorkerFn']
611
- const useWindowFocus: typeof import('@vueuse/core')['useWindowFocus']
612
- const useWindowScroll: typeof import('@vueuse/core')['useWindowScroll']
613
- const useWindowSize: typeof import('@vueuse/core')['useWindowSize']
1419
+ const useSorted: typeof import('./core/utils/src/vendors')['useSorted']
1420
+ const useSpeechRecognition: typeof import('./core/utils/src/vendors')['useSpeechRecognition']
1421
+ const useSpeechSynthesis: typeof import('./core/utils/src/vendors')['useSpeechSynthesis']
1422
+ const useStepper: typeof import('./core/utils/src/vendors')['useStepper']
1423
+ const useStorage: typeof import('./core/utils/src/vendors')['useStorage']
1424
+ const useStorageAsync: typeof import('./core/utils/src/vendors')['useStorageAsync']
1425
+ const useStyleTag: typeof import('./core/utils/src/vendors')['useStyleTag']
1426
+ const useSum: typeof import('./core/utils/src/math')['useSum']
1427
+ const useSupported: typeof import('./core/utils/src/vendors')['useSupported']
1428
+ const useSwipe: typeof import('./core/utils/src/vendors')['useSwipe']
1429
+ const useTemplateRefsList: typeof import('./core/utils/src/vendors')['useTemplateRefsList']
1430
+ const useTextDirection: typeof import('./core/utils/src/vendors')['useTextDirection']
1431
+ const useTextSelection: typeof import('./core/utils/src/vendors')['useTextSelection']
1432
+ const useTextareaAutosize: typeof import('./core/utils/src/vendors')['useTextareaAutosize']
1433
+ const useThrottledRefHistory: typeof import('./core/utils/src/vendors')['useThrottledRefHistory']
1434
+ const useTimeAgo: typeof import('./core/utils/src/vendors')['useTimeAgo']
1435
+ const useTimeoutPoll: typeof import('./core/utils/src/vendors')['useTimeoutPoll']
1436
+ const useTimestamp: typeof import('./core/utils/src/vendors')['useTimestamp']
1437
+ const useTitle: typeof import('./core/utils/src/vendors')['useTitle']
1438
+ const useTransition: typeof import('./core/utils/src/vendors')['useTransition']
1439
+ const useTrunc: typeof import('./core/utils/src/math')['useTrunc']
1440
+ const useUrlSearchParams: typeof import('./core/utils/src/vendors')['useUrlSearchParams']
1441
+ const useUserMedia: typeof import('./core/utils/src/vendors')['useUserMedia']
1442
+ const useVModel: typeof import('./core/utils/src/vendors')['useVModel']
1443
+ const useVModels: typeof import('./core/utils/src/vendors')['useVModels']
1444
+ const useVibrate: typeof import('./core/utils/src/vendors')['useVibrate']
1445
+ const useVirtualList: typeof import('./core/utils/src/vendors')['useVirtualList']
1446
+ const useWakeLock: typeof import('./core/utils/src/vendors')['useWakeLock']
1447
+ const useWebNotification: typeof import('./core/utils/src/vendors')['useWebNotification']
1448
+ const useWebSocket: typeof import('./core/utils/src/vendors')['useWebSocket']
1449
+ const useWebWorker: typeof import('./core/utils/src/vendors')['useWebWorker']
1450
+ const useWebWorkerFn: typeof import('./core/utils/src/vendors')['useWebWorkerFn']
1451
+ const useWindowFocus: typeof import('./core/utils/src/vendors')['useWindowFocus']
1452
+ const useWindowScroll: typeof import('./core/utils/src/vendors')['useWindowScroll']
1453
+ const useWindowSize: typeof import('./core/utils/src/vendors')['useWindowSize']
1454
+ const userConfigPath: typeof import('./core/path/src/index')['userConfigPath']
614
1455
  const utilsPath: typeof import('./core/path/src/index')['utilsPath']
615
- const validate: typeof import('./core/validation/src/index')['validate']
616
- const validateUsername: typeof import('./core/strings/src/validation')['validateUsername']
1456
+ const validate: typeof import('./core/validation/src/validate')['validate']
1457
+ const validateUsername: typeof import('./core/validation/src/is')['validateUsername']
617
1458
  const validationPath: typeof import('./core/path/src/index')['validationPath']
618
1459
  const verifyHash: typeof import('./core/security/src/hash')['verifyHash']
619
1460
  const vi: typeof import('vitest')['vi']
620
1461
  const vitest: typeof import('vitest')['vitest']
621
1462
  const watch: typeof import('vue')['watch']
622
- const watchArray: typeof import('@vueuse/core')['watchArray']
623
- const watchAtMost: typeof import('@vueuse/core')['watchAtMost']
624
- const watchDebounced: typeof import('@vueuse/core')['watchDebounced']
1463
+ const watchArray: typeof import('./core/utils/src/vendors')['watchArray']
1464
+ const watchAtMost: typeof import('./core/utils/src/vendors')['watchAtMost']
1465
+ const watchDebounced: typeof import('./core/utils/src/vendors')['watchDebounced']
1466
+ const watchDeep: typeof import('./core/utils/src/vendors')['watchDeep']
625
1467
  const watchEffect: typeof import('vue')['watchEffect']
626
- const watchIgnorable: typeof import('@vueuse/core')['watchIgnorable']
627
- const watchOnce: typeof import('@vueuse/core')['watchOnce']
628
- const watchPausable: typeof import('@vueuse/core')['watchPausable']
1468
+ const watchIgnorable: typeof import('./core/utils/src/vendors')['watchIgnorable']
1469
+ const watchImmediate: typeof import('./core/utils/src/vendors')['watchImmediate']
1470
+ const watchOnce: typeof import('./core/utils/src/vendors')['watchOnce']
1471
+ const watchPausable: typeof import('./core/utils/src/vendors')['watchPausable']
629
1472
  const watchPostEffect: typeof import('vue')['watchPostEffect']
630
1473
  const watchSyncEffect: typeof import('vue')['watchSyncEffect']
631
- const watchThrottled: typeof import('@vueuse/core')['watchThrottled']
632
- const watchTriggerable: typeof import('@vueuse/core')['watchTriggerable']
633
- const watchWithFilter: typeof import('@vueuse/core')['watchWithFilter']
634
- const whenever: typeof import('@vueuse/core')['whenever']
1474
+ const watchThrottled: typeof import('./core/utils/src/vendors')['watchThrottled']
1475
+ const watchTriggerable: typeof import('./core/utils/src/vendors')['watchTriggerable']
1476
+ const watchWithFilter: typeof import('./core/utils/src/vendors')['watchWithFilter']
1477
+ const whenever: typeof import('./core/utils/src/vendors')['whenever']
635
1478
  const writeJsonFile: typeof import('./core/storage/src/index')['writeJsonFile']
636
1479
  const writeTextFile: typeof import('./core/storage/src/index')['writeTextFile']
637
1480
  const xRayPath: typeof import('./core/path/src/index')['xRayPath']
638
- const z: typeof import('./core/validation/src/index')['z']
1481
+ const z: typeof import('./core/validation/src/validate')['z']
1482
+ }
1483
+ // for type re-export
1484
+ declare global {
1485
+ // @ts-ignore
1486
+ export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
639
1487
  }
640
1488
  // for vue template auto import
641
1489
  import { UnwrapRef } from 'vue'
@@ -650,13 +1498,21 @@ declare module 'vue' {
650
1498
  readonly $toRef: UnwrapRef<typeof import('vue/macros')['$toRef']>
651
1499
  readonly // wip: UnwrapRef<typeof import('./core/realtime/src/index')['// wip']>
652
1500
  readonly Collection: UnwrapRef<typeof import('./core/objects/src/index')['Collection']>
1501
+ readonly CssEngine: UnwrapRef<typeof import('@stacksjs/ui')['CssEngine']>
653
1502
  readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
654
1503
  readonly Err: UnwrapRef<typeof import('./core/error-handling/src/index')['Err']>
1504
+ readonly Head: UnwrapRef<typeof import('./core/utils/src/vendors')['Head']>
1505
+ readonly HeadVuePlugin: UnwrapRef<typeof import('./core/utils/src/vendors')['HeadVuePlugin']>
655
1506
  readonly Ok: UnwrapRef<typeof import('./core/error-handling/src/index')['Ok']>
656
1507
  readonly Result: UnwrapRef<typeof import('./core/error-handling/src/index')['Result']>
657
1508
  readonly ResultAsync: UnwrapRef<typeof import('./core/error-handling/src/index')['ResultAsync']>
1509
+ readonly Router: UnwrapRef<typeof import('./core/router/src/index')['Router']>
1510
+ readonly Store: UnwrapRef<typeof import('@stacksjs/ui')['Store']>
1511
+ readonly Type: UnwrapRef<typeof import('./core/validation/src/validate')['Type']>
1512
+ readonly UiEngine: UnwrapRef<typeof import('@stacksjs/ui')['UiEngine']>
658
1513
  readonly _dirname: UnwrapRef<typeof import('./core/storage/src/index')['_dirname']>
659
1514
  readonly actionsPath: UnwrapRef<typeof import('./core/path/src/index')['actionsPath']>
1515
+ readonly add: UnwrapRef<typeof import('./core/utils/src/currency')['add']>
660
1516
  readonly addIrregularRule: UnwrapRef<typeof import('./core/strings/src/pluralize')['addIrregularRule']>
661
1517
  readonly addPluralRule: UnwrapRef<typeof import('./core/strings/src/pluralize')['addPluralRule']>
662
1518
  readonly addSingularRule: UnwrapRef<typeof import('./core/strings/src/pluralize')['addSingularRule']>
@@ -665,14 +1521,17 @@ declare module 'vue' {
665
1521
  readonly afterEach: UnwrapRef<typeof import('vitest')['afterEach']>
666
1522
  readonly aiPath: UnwrapRef<typeof import('./core/path/src/index')['aiPath']>
667
1523
  readonly aliasPath: UnwrapRef<typeof import('./core/path/src/index')['aliasPath']>
668
- readonly all: UnwrapRef<typeof import('./core/events/src/index')['all']>
1524
+ readonly allocate: UnwrapRef<typeof import('./core/utils/src/currency')['allocate']>
1525
+ readonly and: UnwrapRef<typeof import('./core/utils/src/math')['and']>
669
1526
  readonly app: UnwrapRef<typeof import('../config/app')['default']>
1527
+ readonly appPath: UnwrapRef<typeof import('./core/path/src/index')['appPath']>
670
1528
  readonly arraysPath: UnwrapRef<typeof import('./core/path/src/index')['arraysPath']>
671
- readonly assert: UnwrapRef<typeof import('./core/utils/src/index')['assert']>
672
- readonly asyncComputed: UnwrapRef<typeof import('@vueuse/core')['asyncComputed']>
1529
+ readonly assert: UnwrapRef<typeof import('vitest')['assert']>
1530
+ readonly asyncComputed: UnwrapRef<typeof import('./core/utils/src/vendors')['asyncComputed']>
673
1531
  readonly at: UnwrapRef<typeof import('./core/arrays/src/index')['at']>
1532
+ readonly auth: UnwrapRef<typeof import('./core/auth/src/index')['auth']>
674
1533
  readonly authPath: UnwrapRef<typeof import('./core/path/src/index')['authPath']>
675
- readonly autoResetRef: UnwrapRef<typeof import('@vueuse/core')['autoResetRef']>
1534
+ readonly autoResetRef: UnwrapRef<typeof import('./core/utils/src/vendors')['autoResetRef']>
676
1535
  readonly base64Encode: UnwrapRef<typeof import('./core/security/src/hash')['base64Encode']>
677
1536
  readonly base64Verify: UnwrapRef<typeof import('./core/security/src/hash')['base64Verify']>
678
1537
  readonly basename: UnwrapRef<typeof import('./core/path/src/index')['basename']>
@@ -681,6 +1540,13 @@ declare module 'vue' {
681
1540
  readonly bcryptVerify: UnwrapRef<typeof import('./core/security/src/hash')['bcryptVerify']>
682
1541
  readonly beforeAll: UnwrapRef<typeof import('vitest')['beforeAll']>
683
1542
  readonly beforeEach: UnwrapRef<typeof import('vitest')['beforeEach']>
1543
+ readonly breakpointsAntDesign: UnwrapRef<typeof import('./core/utils/src/vendors')['breakpointsAntDesign']>
1544
+ readonly breakpointsBootstrapV5: UnwrapRef<typeof import('./core/utils/src/vendors')['breakpointsBootstrapV5']>
1545
+ readonly breakpointsMasterCss: UnwrapRef<typeof import('./core/utils/src/vendors')['breakpointsMasterCss']>
1546
+ readonly breakpointsQuasar: UnwrapRef<typeof import('./core/utils/src/vendors')['breakpointsQuasar']>
1547
+ readonly breakpointsSematic: UnwrapRef<typeof import('./core/utils/src/vendors')['breakpointsSematic']>
1548
+ readonly breakpointsTailwind: UnwrapRef<typeof import('./core/utils/src/vendors')['breakpointsTailwind']>
1549
+ readonly breakpointsVuetify: UnwrapRef<typeof import('./core/utils/src/vendors')['breakpointsVuetify']>
684
1550
  readonly buildEnginePath: UnwrapRef<typeof import('./core/path/src/index')['buildEnginePath']>
685
1551
  readonly buildEntriesPath: UnwrapRef<typeof import('./core/path/src/index')['buildEntriesPath']>
686
1552
  readonly buildPath: UnwrapRef<typeof import('./core/path/src/index')['buildPath']>
@@ -690,23 +1556,27 @@ declare module 'vue' {
690
1556
  readonly camelCase: UnwrapRef<typeof import('./core/strings/src/case')['camelCase']>
691
1557
  readonly capitalCase: UnwrapRef<typeof import('./core/strings/src/case')['capitalCase']>
692
1558
  readonly capitalize: UnwrapRef<typeof import('./core/strings/src/utils')['capitalize']>
1559
+ readonly cdn: UnwrapRef<typeof import('../config/cdn')['default']>
693
1560
  readonly chai: UnwrapRef<typeof import('vitest')['chai']>
694
- readonly chat: UnwrapRef<typeof import('./core/notifications/src/index')['chat']>
695
1561
  readonly chatPath: UnwrapRef<typeof import('./core/path/src/index')['chatPath']>
696
- readonly clamp: UnwrapRef<typeof import('@vueuse/shared')['clamp']>
1562
+ readonly clamp: UnwrapRef<typeof import('./core/utils/src/math')['clamp']>
697
1563
  readonly clampArrayRange: UnwrapRef<typeof import('./core/arrays/src/index')['clampArrayRange']>
698
1564
  readonly clearUndefined: UnwrapRef<typeof import('./core/objects/src/index')['clearUndefined']>
1565
+ readonly cli: UnwrapRef<typeof import('../config/cli')['default']>
699
1566
  readonly cliPath: UnwrapRef<typeof import('./core/path/src/index')['cliPath']>
700
1567
  readonly client: UnwrapRef<typeof import('./core/search-engine/src/index')['client']>
1568
+ readonly cloneFnJSON: UnwrapRef<typeof import('./core/utils/src/vendors')['cloneFnJSON']>
1569
+ readonly cloudPath: UnwrapRef<typeof import('./core/path/src/index')['cloudPath']>
701
1570
  readonly collect: UnwrapRef<typeof import('./core/objects/src/index')['collect']>
702
1571
  readonly collectionsPath: UnwrapRef<typeof import('./core/path/src/index')['collectionsPath']>
1572
+ readonly compare: UnwrapRef<typeof import('./core/utils/src/currency')['compare']>
703
1573
  readonly componentsPath: UnwrapRef<typeof import('./core/path/src/index')['componentsPath']>
704
1574
  readonly computed: UnwrapRef<typeof import('vue')['computed']>
705
- readonly computedAsync: UnwrapRef<typeof import('@vueuse/core')['computedAsync']>
706
- readonly computedEager: UnwrapRef<typeof import('@vueuse/core')['computedEager']>
707
- readonly computedInject: UnwrapRef<typeof import('@vueuse/core')['computedInject']>
708
- readonly computedWithControl: UnwrapRef<typeof import('@vueuse/core')['computedWithControl']>
709
- readonly config: UnwrapRef<typeof import('./core/utils/src/helpers')['config']>
1575
+ readonly computedAsync: UnwrapRef<typeof import('./core/utils/src/vendors')['computedAsync']>
1576
+ readonly computedEager: UnwrapRef<typeof import('./core/utils/src/vendors')['computedEager']>
1577
+ readonly computedInject: UnwrapRef<typeof import('./core/utils/src/vendors')['computedInject']>
1578
+ readonly computedWithControl: UnwrapRef<typeof import('./core/utils/src/vendors')['computedWithControl']>
1579
+ readonly config: UnwrapRef<typeof import('./core/notifications/src/tailwind.config')['config']>
710
1580
  readonly configPath: UnwrapRef<typeof import('./core/path/src/index')['configPath']>
711
1581
  readonly constantCase: UnwrapRef<typeof import('./core/strings/src/case')['constantCase']>
712
1582
  readonly contains: UnwrapRef<typeof import('./core/arrays/src/index')['contains']>
@@ -714,39 +1584,71 @@ declare module 'vue' {
714
1584
  readonly containsAny: UnwrapRef<typeof import('./core/arrays/src/index')['containsAny']>
715
1585
  readonly containsNone: UnwrapRef<typeof import('./core/arrays/src/index')['containsNone']>
716
1586
  readonly containsOnly: UnwrapRef<typeof import('./core/arrays/src/index')['containsOnly']>
717
- readonly controlledComputed: UnwrapRef<typeof import('@vueuse/core')['controlledComputed']>
718
- readonly controlledRef: UnwrapRef<typeof import('@vueuse/core')['controlledRef']>
1587
+ readonly controlledComputed: UnwrapRef<typeof import('./core/utils/src/vendors')['controlledComputed']>
1588
+ readonly controlledRef: UnwrapRef<typeof import('./core/utils/src/vendors')['controlledRef']>
1589
+ readonly convert: UnwrapRef<typeof import('./core/utils/src/currency')['convert']>
719
1590
  readonly copyFolder: UnwrapRef<typeof import('./core/storage/src/index')['copyFolder']>
720
1591
  readonly corePath: UnwrapRef<typeof import('./core/path/src/index')['corePath']>
721
1592
  readonly count: UnwrapRef<typeof import('../functions/counter')['count']>
722
1593
  readonly createApp: UnwrapRef<typeof import('vue')['createApp']>
723
1594
  readonly createControlledPromise: UnwrapRef<typeof import('./core/utils/src/promise')['createControlledPromise']>
724
- readonly createEventHook: UnwrapRef<typeof import('@vueuse/core')['createEventHook']>
1595
+ readonly createEventHook: UnwrapRef<typeof import('./core/utils/src/vendors')['createEventHook']>
1596
+ readonly createFetch: UnwrapRef<typeof import('./core/utils/src/vendors')['createFetch']>
725
1597
  readonly createFolder: UnwrapRef<typeof import('./core/storage/src/index')['createFolder']>
726
- readonly createGenericProjection: UnwrapRef<typeof import('@vueuse/math')['createGenericProjection']>
727
- readonly createGlobalState: UnwrapRef<typeof import('@vueuse/core')['createGlobalState']>
728
- readonly createInjectionState: UnwrapRef<typeof import('@vueuse/core')['createInjectionState']>
729
- readonly createProjection: UnwrapRef<typeof import('@vueuse/math')['createProjection']>
1598
+ readonly createGenericProjection: UnwrapRef<typeof import('./core/utils/src/math')['createGenericProjection']>
1599
+ readonly createGlobalState: UnwrapRef<typeof import('./core/utils/src/vendors')['createGlobalState']>
1600
+ readonly createHead: UnwrapRef<typeof import('./core/utils/src/vendors')['createHead']>
1601
+ readonly createInjectionState: UnwrapRef<typeof import('./core/utils/src/vendors')['createInjectionState']>
1602
+ readonly createProjection: UnwrapRef<typeof import('./core/utils/src/math')['createProjection']>
730
1603
  readonly createPromiseLock: UnwrapRef<typeof import('./core/utils/src/promise')['createPromiseLock']>
731
- readonly createReactiveFn: UnwrapRef<typeof import('@vueuse/core')['createReactiveFn']>
732
- readonly createSharedComposable: UnwrapRef<typeof import('@vueuse/core')['createSharedComposable']>
1604
+ readonly createReactiveFn: UnwrapRef<typeof import('./core/utils/src/vendors')['createReactiveFn']>
1605
+ readonly createReusableTemplate: UnwrapRef<typeof import('./core/utils/src/vendors')['createReusableTemplate']>
1606
+ readonly createSharedComposable: UnwrapRef<typeof import('./core/utils/src/vendors')['createSharedComposable']>
733
1607
  readonly createSingletonPromise: UnwrapRef<typeof import('./core/utils/src/promise')['createSingletonPromise']>
734
- readonly createUnrefFn: UnwrapRef<typeof import('@vueuse/core')['createUnrefFn']>
1608
+ readonly createTemplatePromise: UnwrapRef<typeof import('./core/utils/src/vendors')['createTemplatePromise']>
1609
+ readonly createUnrefFn: UnwrapRef<typeof import('./core/utils/src/vendors')['createUnrefFn']>
735
1610
  readonly currentPage: UnwrapRef<typeof import('./core/search-engine/src/index')['currentPage']>
736
1611
  readonly customElementsDataPath: UnwrapRef<typeof import('./core/path/src/index')['customElementsDataPath']>
737
1612
  readonly customRef: UnwrapRef<typeof import('vue')['customRef']>
1613
+ readonly customStorageEventName: UnwrapRef<typeof import('./core/utils/src/vendors')['customStorageEventName']>
738
1614
  readonly dashboardPath: UnwrapRef<typeof import('./core/path/src/index')['dashboardPath']>
739
1615
  readonly database: UnwrapRef<typeof import('../config/database')['default']>
740
1616
  readonly databasePath: UnwrapRef<typeof import('./core/path/src/index')['databasePath']>
741
1617
  readonly dd: UnwrapRef<typeof import('./core/logging/src/index')['dd']>
742
1618
  readonly debounce: UnwrapRef<typeof import('./core/utils/src/debounce')['debounce']>
743
- readonly debouncedRef: UnwrapRef<typeof import('@vueuse/core')['debouncedRef']>
744
- readonly debouncedWatch: UnwrapRef<typeof import('@vueuse/core')['debouncedWatch']>
745
- readonly debug: UnwrapRef<typeof import('./core/logging/src/index')['debug']>
1619
+ readonly debouncedRef: UnwrapRef<typeof import('./core/utils/src/vendors')['debouncedRef']>
1620
+ readonly debouncedWatch: UnwrapRef<typeof import('./core/utils/src/vendors')['debouncedWatch']>
1621
+ readonly debug: UnwrapRef<typeof import('../config/debug')['default']>
746
1622
  readonly decrypt: UnwrapRef<typeof import('./core/security/src/crypt')['decrypt']>
747
1623
  readonly deepMerge: UnwrapRef<typeof import('./core/objects/src/index')['deepMerge']>
1624
+ readonly defaultDocument: UnwrapRef<typeof import('./core/utils/src/vendors')['defaultDocument']>
1625
+ readonly defaultLocation: UnwrapRef<typeof import('./core/utils/src/vendors')['defaultLocation']>
1626
+ readonly defaultNavigator: UnwrapRef<typeof import('./core/utils/src/vendors')['defaultNavigator']>
1627
+ readonly defaultWindow: UnwrapRef<typeof import('./core/utils/src/vendors')['defaultWindow']>
1628
+ readonly defineApp: UnwrapRef<typeof import('./core/utils/src/config')['defineApp']>
748
1629
  readonly defineAsyncComponent: UnwrapRef<typeof import('vue')['defineAsyncComponent']>
1630
+ readonly defineCache: UnwrapRef<typeof import('./core/utils/src/config')['defineCache']>
1631
+ readonly defineCdn: UnwrapRef<typeof import('./core/utils/src/config')['defineCdn']>
1632
+ readonly defineCli: UnwrapRef<typeof import('./core/utils/src/config')['defineCli']>
749
1633
  readonly defineComponent: UnwrapRef<typeof import('vue')['defineComponent']>
1634
+ readonly defineCronJobsConfig: UnwrapRef<typeof import('./core/utils/src/config')['defineCronJobsConfig']>
1635
+ readonly defineDatabase: UnwrapRef<typeof import('./core/utils/src/config')['defineDatabase']>
1636
+ readonly defineDebugConfig: UnwrapRef<typeof import('./core/utils/src/config')['defineDebugConfig']>
1637
+ readonly defineDns: UnwrapRef<typeof import('./core/utils/src/config')['defineDns']>
1638
+ readonly defineEmailConfig: UnwrapRef<typeof import('./core/utils/src/config')['defineEmailConfig']>
1639
+ readonly defineEvents: UnwrapRef<typeof import('./core/utils/src/config')['defineEvents']>
1640
+ readonly defineGit: UnwrapRef<typeof import('./core/utils/src/config')['defineGit']>
1641
+ readonly defineHashing: UnwrapRef<typeof import('./core/utils/src/config')['defineHashing']>
1642
+ readonly defineLibrary: UnwrapRef<typeof import('./core/utils/src/config')['defineLibrary']>
1643
+ readonly defineModel: UnwrapRef<typeof import('./core/utils/src/config')['defineModel']>
1644
+ readonly defineNotification: UnwrapRef<typeof import('./core/utils/src/config')['defineNotification']>
1645
+ readonly definePage: UnwrapRef<typeof import('./core/utils/src/config')['definePage']>
1646
+ readonly definePayment: UnwrapRef<typeof import('./core/utils/src/config')['definePayment']>
1647
+ readonly defineSearchEngine: UnwrapRef<typeof import('./core/utils/src/config')['defineSearchEngine']>
1648
+ readonly defineServices: UnwrapRef<typeof import('./core/utils/src/config')['defineServices']>
1649
+ readonly defineStorage: UnwrapRef<typeof import('./core/utils/src/config')['defineStorage']>
1650
+ readonly defineUi: UnwrapRef<typeof import('./core/utils/src/config')['defineUi']>
1651
+ readonly del: UnwrapRef<typeof import('./core/utils/src/delete')['del']>
750
1652
  readonly deleteEmptyFolders: UnwrapRef<typeof import('./core/storage/src/index')['deleteEmptyFolders']>
751
1653
  readonly deleteFiles: UnwrapRef<typeof import('./core/storage/src/index')['deleteFiles']>
752
1654
  readonly deleteFolder: UnwrapRef<typeof import('./core/storage/src/index')['deleteFolder']>
@@ -755,38 +1657,53 @@ declare module 'vue' {
755
1657
  readonly desktopPath: UnwrapRef<typeof import('./core/path/src/index')['desktopPath']>
756
1658
  readonly detectIndent: UnwrapRef<typeof import('./core/utils/src/helpers')['detectIndent']>
757
1659
  readonly detectNewline: UnwrapRef<typeof import('./core/utils/src/helpers')['detectNewline']>
1660
+ readonly determineDebugLevel: UnwrapRef<typeof import('./core/utils/src/helpers')['determineDebugLevel']>
758
1661
  readonly determineResetPreset: UnwrapRef<typeof import('./core/utils/src/helpers')['determineResetPreset']>
759
1662
  readonly determineState: UnwrapRef<typeof import('./core/search-engine/src/helpers')['determineState']>
1663
+ readonly developmentPath: UnwrapRef<typeof import('./core/path/src/index')['developmentPath']>
1664
+ readonly dinero: UnwrapRef<typeof import('./core/utils/src/currency')['dinero']>
760
1665
  readonly dirname: UnwrapRef<typeof import('./core/path/src/index')['dirname']>
761
- readonly dispatch: UnwrapRef<typeof import('./core/events/src/index')['dispatch']>
1666
+ readonly discord: UnwrapRef<typeof import('./core/chat/src/index')['discord']>
1667
+ readonly dns: UnwrapRef<typeof import('../config/dns')['default']>
762
1668
  readonly docs: UnwrapRef<typeof import('../config/docs')['default']>
763
1669
  readonly docsPath: UnwrapRef<typeof import('./core/path/src/index')['docsPath']>
764
1670
  readonly doesFolderExist: UnwrapRef<typeof import('./core/storage/src/index')['doesFolderExist']>
1671
+ readonly doesNotContain: UnwrapRef<typeof import('./core/arrays/src/index')['doesNotContain']>
765
1672
  readonly domainsPath: UnwrapRef<typeof import('./core/path/src/index')['domainsPath']>
766
1673
  readonly dotCase: UnwrapRef<typeof import('./core/strings/src/case')['dotCase']>
767
1674
  readonly dump: UnwrapRef<typeof import('./core/logging/src/index')['dump']>
768
- readonly eagerComputed: UnwrapRef<typeof import('@vueuse/core')['eagerComputed']>
1675
+ readonly dynamodb: UnwrapRef<typeof import('./core/cache/src/index')['dynamodb']>
1676
+ readonly eagerComputed: UnwrapRef<typeof import('./core/utils/src/vendors')['eagerComputed']>
769
1677
  readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
770
- readonly email: UnwrapRef<typeof import('./core/notifications/src/index')['email']>
1678
+ readonly email: UnwrapRef<typeof import('../config/email')['default']>
771
1679
  readonly emailPath: UnwrapRef<typeof import('./core/path/src/index')['emailPath']>
772
1680
  readonly encrypt: UnwrapRef<typeof import('./core/security/src/crypt')['encrypt']>
773
1681
  readonly ensurePrefix: UnwrapRef<typeof import('./core/strings/src/utils')['ensurePrefix']>
774
1682
  readonly ensureSuffix: UnwrapRef<typeof import('./core/strings/src/utils')['ensureSuffix']>
775
- readonly env: UnwrapRef<typeof import('./core/utils/src/helpers')['env']>
1683
+ readonly env: UnwrapRef<typeof import('./core/utils/src/config')['env']>
1684
+ readonly envVariables: UnwrapRef<typeof import('./core/validation/src/validate')['envVariables']>
1685
+ readonly equal: UnwrapRef<typeof import('./core/utils/src/currency')['equal']>
776
1686
  readonly err: UnwrapRef<typeof import('./core/error-handling/src/index')['err']>
777
1687
  readonly errAsync: UnwrapRef<typeof import('./core/error-handling/src/index')['errAsync']>
778
1688
  readonly errorHandlingPath: UnwrapRef<typeof import('./core/path/src/index')['errorHandlingPath']>
779
- readonly events: UnwrapRef<typeof import('./core/events/src/index')['events']>
1689
+ readonly eslint: UnwrapRef<typeof import('./core/lint/src/index')['eslint']>
1690
+ readonly events: UnwrapRef<typeof import('../config/events')['default']>
780
1691
  readonly eventsPath: UnwrapRef<typeof import('./core/path/src/index')['eventsPath']>
781
1692
  readonly examplesPath: UnwrapRef<typeof import('./core/path/src/index')['examplesPath']>
1693
+ readonly executeTransition: UnwrapRef<typeof import('./core/utils/src/vendors')['executeTransition']>
782
1694
  readonly expect: UnwrapRef<typeof import('vitest')['expect']>
783
- readonly extendRef: UnwrapRef<typeof import('@vueuse/core')['extendRef']>
1695
+ readonly expo: UnwrapRef<typeof import('./core/push/src/index')['expo']>
1696
+ readonly extendRef: UnwrapRef<typeof import('./core/utils/src/vendors')['extendRef']>
784
1697
  readonly extname: UnwrapRef<typeof import('./core/path/src/index')['extname']>
1698
+ readonly fakerPath: UnwrapRef<typeof import('./core/path/src/index')['fakerPath']>
1699
+ readonly fcm: UnwrapRef<typeof import('./core/push/src/index')['fcm']>
1700
+ readonly feature: UnwrapRef<typeof import('./core/testing/src/index')['feature']>
785
1701
  readonly filesystem: UnwrapRef<typeof import('./core/storage/src/index')['filesystem']>
786
1702
  readonly filterName: UnwrapRef<typeof import('./core/search-engine/src/index')['filterName']>
787
1703
  readonly filters: UnwrapRef<typeof import('./core/search-engine/src/index')['filters']>
788
1704
  readonly flattenArrayable: UnwrapRef<typeof import('./core/arrays/src/index')['flattenArrayable']>
789
1705
  readonly format: UnwrapRef<typeof import('./core/path/src/index')['format']>
1706
+ readonly formatTimeAgo: UnwrapRef<typeof import('./core/utils/src/vendors')['formatTimeAgo']>
790
1707
  readonly frameworkPath: UnwrapRef<typeof import('./core/path/src/index')['frameworkPath']>
791
1708
  readonly frameworkVersion: UnwrapRef<typeof import('./core/utils/src/helpers')['frameworkVersion']>
792
1709
  readonly fromPromise: UnwrapRef<typeof import('./core/error-handling/src/index')['fromPromise']>
@@ -794,145 +1711,171 @@ declare module 'vue' {
794
1711
  readonly fromThrowable: UnwrapRef<typeof import('./core/error-handling/src/index')['fromThrowable']>
795
1712
  readonly functionsPath: UnwrapRef<typeof import('./core/path/src/index')['functionsPath']>
796
1713
  readonly generateAppKey: UnwrapRef<typeof import('./core/security/src/key')['generateAppKey']>
1714
+ readonly generateFactoryFile: UnwrapRef<typeof import('./core/database/src/factory/index')['generateFactoryFile']>
797
1715
  readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
798
1716
  readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
799
- readonly getTypeName: UnwrapRef<typeof import('./core/utils/src/index')['getTypeName']>
800
- readonly git: UnwrapRef<typeof import('../config/git')['git']>
1717
+ readonly getSSRHandler: UnwrapRef<typeof import('./core/utils/src/vendors')['getSSRHandler']>
1718
+ readonly getTypeName: UnwrapRef<typeof import('./core/utils/src/base')['getTypeName']>
1719
+ readonly git: UnwrapRef<typeof import('../config/git')['default']>
801
1720
  readonly gitPath: UnwrapRef<typeof import('./core/path/src/index')['gitPath']>
802
1721
  readonly goToNextPage: UnwrapRef<typeof import('./core/search-engine/src/index')['goToNextPage']>
803
1722
  readonly goToPage: UnwrapRef<typeof import('./core/search-engine/src/index')['goToPage']>
804
1723
  readonly goToPrevPage: UnwrapRef<typeof import('./core/search-engine/src/index')['goToPrevPage']>
1724
+ readonly greaterThan: UnwrapRef<typeof import('./core/utils/src/currency')['greaterThan']>
1725
+ readonly greaterThanOrEqual: UnwrapRef<typeof import('./core/utils/src/currency')['greaterThanOrEqual']>
1726
+ readonly gupshup: UnwrapRef<typeof import('./core/sms/src/index')['gupshup']>
805
1727
  readonly h: UnwrapRef<typeof import('vue')['h']>
806
1728
  readonly hasComponents: UnwrapRef<typeof import('./core/storage/src/index')['hasComponents']>
807
1729
  readonly hasFiles: UnwrapRef<typeof import('./core/storage/src/index')['hasFiles']>
808
1730
  readonly hasFunctions: UnwrapRef<typeof import('./core/storage/src/index')['hasFunctions']>
809
- readonly hasOwn: UnwrapRef<typeof import('@vueuse/shared')['hasOwn']>
810
1731
  readonly hasOwnProperty: UnwrapRef<typeof import('./core/objects/src/index')['hasOwnProperty']>
811
1732
  readonly hasScript: UnwrapRef<typeof import('./core/utils/src/helpers')['hasScript']>
812
- readonly hashing: UnwrapRef<typeof import('../config/hashing')['hashing']>
1733
+ readonly hasSubUnits: UnwrapRef<typeof import('./core/utils/src/currency')['hasSubUnits']>
1734
+ readonly hashing: UnwrapRef<typeof import('../config/hashing')['default']>
1735
+ readonly haveSameAmount: UnwrapRef<typeof import('./core/utils/src/currency')['haveSameAmount']>
1736
+ readonly haveSameCurrency: UnwrapRef<typeof import('./core/utils/src/currency')['haveSameCurrency']>
813
1737
  readonly headerCase: UnwrapRef<typeof import('./core/strings/src/case')['headerCase']>
814
1738
  readonly healthPath: UnwrapRef<typeof import('./core/path/src/index')['healthPath']>
815
1739
  readonly hits: UnwrapRef<typeof import('./core/search-engine/src/index')['hits']>
816
- readonly ignorableWatch: UnwrapRef<typeof import('@vueuse/core')['ignorableWatch']>
1740
+ readonly ignorableWatch: UnwrapRef<typeof import('./core/utils/src/vendors')['ignorableWatch']>
817
1741
  readonly increment: UnwrapRef<typeof import('../functions/counter')['increment']>
818
1742
  readonly index: UnwrapRef<typeof import('./core/search-engine/src/index')['index']>
819
1743
  readonly inject: UnwrapRef<typeof import('vue')['inject']>
820
1744
  readonly isAbsolute: UnwrapRef<typeof import('./core/path/src/index')['isAbsolute']>
821
- readonly isAlpha: UnwrapRef<typeof import('./core/strings/src/validation')['isAlpha']>
822
- readonly isAlphanumeric: UnwrapRef<typeof import('./core/strings/src/validation')['isAlphanumeric']>
1745
+ readonly isAlpha: UnwrapRef<typeof import('./core/validation/src/is')['isAlpha']>
1746
+ readonly isAlphanumeric: UnwrapRef<typeof import('./core/validation/src/is')['isAlphanumeric']>
823
1747
  readonly isAppKeySet: UnwrapRef<typeof import('./core/utils/src/helpers')['isAppKeySet']>
824
- readonly isAscii: UnwrapRef<typeof import('./core/strings/src/validation')['isAscii']>
825
- readonly isBase32: UnwrapRef<typeof import('./core/strings/src/validation')['isBase32']>
826
- readonly isBase64: UnwrapRef<typeof import('./core/strings/src/validation')['isBase64']>
827
- readonly isBoolean: UnwrapRef<typeof import('./core/utils/src/is')['isBoolean']>
828
- readonly isBrowser: UnwrapRef<typeof import('./core/utils/src/is')['isBrowser']>
829
- readonly isByteLength: UnwrapRef<typeof import('./core/strings/src/validation')['isByteLength']>
830
- readonly isClient: UnwrapRef<typeof import('@vueuse/shared')['isClient']>
831
- readonly isCreditCard: UnwrapRef<typeof import('./core/strings/src/validation')['isCreditCard']>
832
- readonly isCurrency: UnwrapRef<typeof import('./core/strings/src/validation')['isCurrency']>
1748
+ readonly isArray: UnwrapRef<typeof import('./core/validation/src/is')['isArray']>
1749
+ readonly isAscii: UnwrapRef<typeof import('./core/validation/src/is')['isAscii']>
1750
+ readonly isBase32: UnwrapRef<typeof import('./core/validation/src/is')['isBase32']>
1751
+ readonly isBase64: UnwrapRef<typeof import('./core/validation/src/is')['isBase64']>
1752
+ readonly isBoolean: UnwrapRef<typeof import('./core/validation/src/is')['isBoolean']>
1753
+ readonly isBrowser: UnwrapRef<typeof import('./core/validation/src/is')['isBrowser']>
1754
+ readonly isByteLength: UnwrapRef<typeof import('./core/validation/src/is')['isByteLength']>
1755
+ readonly isCreditCard: UnwrapRef<typeof import('./core/validation/src/is')['isCreditCard']>
1756
+ readonly isCurrency: UnwrapRef<typeof import('./core/validation/src/is')['isCurrency']>
833
1757
  readonly isDark: UnwrapRef<typeof import('../functions/dark')['isDark']>
834
- readonly isDataURI: UnwrapRef<typeof import('./core/strings/src/validation')['isDataURI']>
835
- readonly isDate: UnwrapRef<typeof import('./core/strings/src/validation')['isDate']>
1758
+ readonly isDataURI: UnwrapRef<typeof import('./core/validation/src/is')['isDataURI']>
1759
+ readonly isDate: UnwrapRef<typeof import('./core/validation/src/is')['isDate']>
836
1760
  readonly isDeepEqual: UnwrapRef<typeof import('./core/utils/src/equal')['isDeepEqual']>
837
- readonly isDef: UnwrapRef<typeof import('./core/utils/src/is')['isDef']>
838
- readonly isDefined: UnwrapRef<typeof import('@vueuse/core')['isDefined']>
839
- readonly isEmail: UnwrapRef<typeof import('./core/strings/src/validation')['isEmail']>
840
- readonly isFQDN: UnwrapRef<typeof import('./core/strings/src/validation')['isFQDN']>
1761
+ readonly isDef: UnwrapRef<typeof import('./core/validation/src/is')['isDef']>
1762
+ readonly isDefined: UnwrapRef<typeof import('./core/utils/src/vendors')['isDefined']>
1763
+ readonly isEmail: UnwrapRef<typeof import('./core/validation/src/is')['isEmail']>
1764
+ readonly isEven: UnwrapRef<typeof import('./core/validation/src/is')['isEven']>
1765
+ readonly isEvenOrOdd: UnwrapRef<typeof import('./core/validation/src/is')['isEvenOrOdd']>
1766
+ readonly isFQDN: UnwrapRef<typeof import('./core/validation/src/is')['isFQDN']>
841
1767
  readonly isFile: UnwrapRef<typeof import('./core/storage/src/index')['isFile']>
1768
+ readonly isFloat: UnwrapRef<typeof import('./core/validation/src/is')['isFloat']>
842
1769
  readonly isFolder: UnwrapRef<typeof import('./core/storage/src/index')['isFolder']>
843
- readonly isFullWidth: UnwrapRef<typeof import('./core/strings/src/validation')['isFullWidth']>
844
- readonly isFunction: UnwrapRef<typeof import('./core/utils/src/is')['isFunction']>
845
- readonly isHSL: UnwrapRef<typeof import('./core/strings/src/validation')['isHSL']>
846
- readonly isHalfWidth: UnwrapRef<typeof import('./core/strings/src/validation')['isHalfWidth']>
847
- readonly isHash: UnwrapRef<typeof import('./core/strings/src/validation')['isHash']>
848
- readonly isHexColor: UnwrapRef<typeof import('./core/strings/src/validation')['isHexColor']>
849
- readonly isHexadecimal: UnwrapRef<typeof import('./core/strings/src/validation')['isHexadecimal']>
850
- readonly isIBAN: UnwrapRef<typeof import('./core/strings/src/validation')['isIBAN']>
851
- readonly isIOS: UnwrapRef<typeof import('@vueuse/shared')['isIOS']>
852
- readonly isIP: UnwrapRef<typeof import('./core/strings/src/validation')['isIP']>
853
- readonly isIPRange: UnwrapRef<typeof import('./core/strings/src/validation')['isIPRange']>
854
- readonly isISBN: UnwrapRef<typeof import('./core/strings/src/validation')['isISBN']>
855
- readonly isISIN: UnwrapRef<typeof import('./core/strings/src/validation')['isISIN']>
856
- readonly isISO31661Alpha2: UnwrapRef<typeof import('./core/strings/src/validation')['isISO31661Alpha2']>
857
- readonly isISO31661Alpha3: UnwrapRef<typeof import('./core/strings/src/validation')['isISO31661Alpha3']>
858
- readonly isISO8601: UnwrapRef<typeof import('./core/strings/src/validation')['isISO8601']>
859
- readonly isISRC: UnwrapRef<typeof import('./core/strings/src/validation')['isISRC']>
860
- readonly isISSN: UnwrapRef<typeof import('./core/strings/src/validation')['isISSN']>
861
- readonly isIdentityCard: UnwrapRef<typeof import('./core/strings/src/validation')['isIdentityCard']>
862
- readonly isJSON: UnwrapRef<typeof import('./core/strings/src/validation')['isJSON']>
863
- readonly isJWT: UnwrapRef<typeof import('./core/strings/src/validation')['isJWT']>
1770
+ readonly isFullWidth: UnwrapRef<typeof import('./core/validation/src/is')['isFullWidth']>
1771
+ readonly isFunction: UnwrapRef<typeof import('./core/validation/src/is')['isFunction']>
1772
+ readonly isHSL: UnwrapRef<typeof import('./core/validation/src/is')['isHSL']>
1773
+ readonly isHalfWidth: UnwrapRef<typeof import('./core/validation/src/is')['isHalfWidth']>
1774
+ readonly isHash: UnwrapRef<typeof import('./core/validation/src/is')['isHash']>
1775
+ readonly isHexColor: UnwrapRef<typeof import('./core/validation/src/is')['isHexColor']>
1776
+ readonly isHexadecimal: UnwrapRef<typeof import('./core/validation/src/is')['isHexadecimal']>
1777
+ readonly isIBAN: UnwrapRef<typeof import('./core/validation/src/is')['isIBAN']>
1778
+ readonly isIP: UnwrapRef<typeof import('./core/validation/src/is')['isIP']>
1779
+ readonly isIPRange: UnwrapRef<typeof import('./core/validation/src/is')['isIPRange']>
1780
+ readonly isISBN: UnwrapRef<typeof import('./core/validation/src/is')['isISBN']>
1781
+ readonly isISIN: UnwrapRef<typeof import('./core/validation/src/is')['isISIN']>
1782
+ readonly isISO31661Alpha2: UnwrapRef<typeof import('./core/validation/src/is')['isISO31661Alpha2']>
1783
+ readonly isISO31661Alpha3: UnwrapRef<typeof import('./core/validation/src/is')['isISO31661Alpha3']>
1784
+ readonly isISO8601: UnwrapRef<typeof import('./core/validation/src/is')['isISO8601']>
1785
+ readonly isISRC: UnwrapRef<typeof import('./core/validation/src/is')['isISRC']>
1786
+ readonly isISSN: UnwrapRef<typeof import('./core/validation/src/is')['isISSN']>
1787
+ readonly isIdentityCard: UnwrapRef<typeof import('./core/validation/src/is')['isIdentityCard']>
1788
+ readonly isInteger: UnwrapRef<typeof import('./core/validation/src/is')['isInteger']>
1789
+ readonly isIntegerOrFloat: UnwrapRef<typeof import('./core/validation/src/is')['isIntegerOrFloat']>
1790
+ readonly isJSON: UnwrapRef<typeof import('./core/validation/src/is')['isJSON']>
1791
+ readonly isJWT: UnwrapRef<typeof import('./core/validation/src/is')['isJWT']>
864
1792
  readonly isKeyOf: UnwrapRef<typeof import('./core/objects/src/index')['isKeyOf']>
865
- readonly isLatLong: UnwrapRef<typeof import('./core/strings/src/validation')['isLatLong']>
866
- readonly isLatitude: UnwrapRef<typeof import('./core/strings/src/validation')['isLatitude']>
867
- readonly isLongitude: UnwrapRef<typeof import('./core/strings/src/validation')['isLongitude']>
868
- readonly isMACAddress: UnwrapRef<typeof import('./core/strings/src/validation')['isMACAddress']>
1793
+ readonly isLatLong: UnwrapRef<typeof import('./core/validation/src/is')['isLatLong']>
1794
+ readonly isLatitude: UnwrapRef<typeof import('./core/validation/src/is')['isLatitude']>
1795
+ readonly isLongitude: UnwrapRef<typeof import('./core/validation/src/is')['isLongitude']>
1796
+ readonly isMACAddress: UnwrapRef<typeof import('./core/validation/src/is')['isMACAddress']>
869
1797
  readonly isManifest: UnwrapRef<typeof import('./core/utils/src/helpers')['isManifest']>
870
- readonly isMap: UnwrapRef<typeof import('./core/utils/src/is')['isMap']>
871
- readonly isMimeType: UnwrapRef<typeof import('./core/strings/src/validation')['isMimeType']>
872
- readonly isMobilePhone: UnwrapRef<typeof import('./core/strings/src/validation')['isMobilePhone']>
873
- readonly isMongoId: UnwrapRef<typeof import('./core/strings/src/validation')['isMongoId']>
874
- readonly isNumber: UnwrapRef<typeof import('./core/utils/src/is')['isNumber']>
875
- readonly isNumeric: UnwrapRef<typeof import('./core/strings/src/validation')['isNumeric']>
876
- readonly isObject: UnwrapRef<typeof import('./core/utils/src/is')['isObject']>
1798
+ readonly isMap: UnwrapRef<typeof import('./core/validation/src/is')['isMap']>
1799
+ readonly isMimeType: UnwrapRef<typeof import('./core/validation/src/is')['isMimeType']>
1800
+ readonly isMobilePhone: UnwrapRef<typeof import('./core/validation/src/is')['isMobilePhone']>
1801
+ readonly isMongoId: UnwrapRef<typeof import('./core/validation/src/is')['isMongoId']>
1802
+ readonly isNegative: UnwrapRef<typeof import('./core/validation/src/is')['isNegative']>
1803
+ readonly isNull: UnwrapRef<typeof import('./core/validation/src/is')['isNull']>
1804
+ readonly isNumber: UnwrapRef<typeof import('./core/validation/src/is')['isNumber']>
1805
+ readonly isNumeric: UnwrapRef<typeof import('./core/validation/src/is')['isNumeric']>
1806
+ readonly isObject: UnwrapRef<typeof import('./core/validation/src/is')['isObject']>
1807
+ readonly isOdd: UnwrapRef<typeof import('./core/validation/src/is')['isOdd']>
877
1808
  readonly isOptionalString: UnwrapRef<typeof import('./core/utils/src/helpers')['isOptionalString']>
878
1809
  readonly isPlural: UnwrapRef<typeof import('./core/strings/src/pluralize')['isPlural']>
879
- readonly isPostalCode: UnwrapRef<typeof import('./core/strings/src/validation')['isPostalCode']>
1810
+ readonly isPositive: UnwrapRef<typeof import('./core/validation/src/is')['isPositive']>
1811
+ readonly isPositiveOrNegative: UnwrapRef<typeof import('./core/validation/src/is')['isPositiveOrNegative']>
1812
+ readonly isPostalCode: UnwrapRef<typeof import('./core/validation/src/is')['isPostalCode']>
1813
+ readonly isPrimitive: UnwrapRef<typeof import('./core/validation/src/is')['isPrimitive']>
880
1814
  readonly isProjectCreated: UnwrapRef<typeof import('./core/utils/src/helpers')['isProjectCreated']>
881
- readonly isPromise: UnwrapRef<typeof import('./core/utils/src/is')['isPromise']>
1815
+ readonly isPromise: UnwrapRef<typeof import('./core/validation/src/is')['isPromise']>
882
1816
  readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
883
1817
  readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
884
1818
  readonly isReadonly: UnwrapRef<typeof import('vue')['isReadonly']>
885
1819
  readonly isRef: UnwrapRef<typeof import('vue')['isRef']>
886
- readonly isServer: UnwrapRef<typeof import('./core/utils/src/is')['isServer']>
887
- readonly isSet: UnwrapRef<typeof import('./core/utils/src/is')['isSet']>
1820
+ readonly isRegExp: UnwrapRef<typeof import('./core/validation/src/is')['isRegExp']>
1821
+ readonly isServer: UnwrapRef<typeof import('./core/validation/src/is')['isServer']>
1822
+ readonly isSet: UnwrapRef<typeof import('./core/validation/src/is')['isSet']>
888
1823
  readonly isSingular: UnwrapRef<typeof import('./core/strings/src/pluralize')['isSingular']>
889
- readonly isString: UnwrapRef<typeof import('./core/utils/src/is')['isString']>
890
- readonly isStrongPassword: UnwrapRef<typeof import('./core/strings/src/validation')['isStrongPassword']>
1824
+ readonly isString: UnwrapRef<typeof import('./core/validation/src/is')['isString']>
1825
+ readonly isStrongPassword: UnwrapRef<typeof import('./core/validation/src/is')['isStrongPassword']>
1826
+ readonly isSymbol: UnwrapRef<typeof import('./core/validation/src/is')['isSymbol']>
891
1827
  readonly isTruthy: UnwrapRef<typeof import('./core/utils/src/guards')['isTruthy']>
892
- readonly isURL: UnwrapRef<typeof import('./core/strings/src/validation')['isURL']>
893
- readonly isUUID: UnwrapRef<typeof import('./core/strings/src/validation')['isUUID']>
894
- readonly isWindow: UnwrapRef<typeof import('./core/utils/src/is')['isWindow']>
1828
+ readonly isURL: UnwrapRef<typeof import('./core/validation/src/is')['isURL']>
1829
+ readonly isUUID: UnwrapRef<typeof import('./core/validation/src/is')['isUUID']>
1830
+ readonly isUndefined: UnwrapRef<typeof import('./core/validation/src/is')['isUndefined']>
1831
+ readonly isWindow: UnwrapRef<typeof import('./core/validation/src/is')['isWindow']>
1832
+ readonly isZero: UnwrapRef<typeof import('./core/utils/src/currency')['isZero']>
895
1833
  readonly it: UnwrapRef<typeof import('vitest')['it']>
896
1834
  readonly join: UnwrapRef<typeof import('./core/path/src/index')['join']>
897
1835
  readonly kebabCase: UnwrapRef<typeof import('./core/strings/src/case')['kebabCase']>
898
1836
  readonly langPath: UnwrapRef<typeof import('./core/path/src/index')['langPath']>
899
1837
  readonly last: UnwrapRef<typeof import('./core/arrays/src/index')['last']>
900
1838
  readonly lastPageNumber: UnwrapRef<typeof import('./core/search-engine/src/index')['lastPageNumber']>
901
- readonly library: UnwrapRef<typeof import('../config/library')['library']>
1839
+ readonly lessThan: UnwrapRef<typeof import('./core/utils/src/currency')['lessThan']>
1840
+ readonly lessThanOrEqual: UnwrapRef<typeof import('./core/utils/src/currency')['lessThanOrEqual']>
1841
+ readonly library: UnwrapRef<typeof import('../config/library')['default']>
902
1842
  readonly libraryEntryPath: UnwrapRef<typeof import('./core/path/src/index')['libraryEntryPath']>
903
1843
  readonly lintPath: UnwrapRef<typeof import('./core/path/src/index')['lintPath']>
904
- readonly listen: UnwrapRef<typeof import('./core/events/src/index')['listen']>
905
1844
  readonly log: UnwrapRef<typeof import('./core/logging/src/index')['log']>
906
1845
  readonly loggingPath: UnwrapRef<typeof import('./core/path/src/index')['loggingPath']>
907
- readonly logicAnd: UnwrapRef<typeof import('@vueuse/math')['logicAnd']>
908
- readonly logicNot: UnwrapRef<typeof import('@vueuse/math')['logicNot']>
909
- readonly logicOr: UnwrapRef<typeof import('@vueuse/math')['logicOr']>
910
- readonly loop: UnwrapRef<typeof import('./core/utils/src/index')['loop']>
911
- readonly makeDestructurable: UnwrapRef<typeof import('@vueuse/core')['makeDestructurable']>
1846
+ readonly logicNot: UnwrapRef<typeof import('./core/utils/src/math')['logicNot']>
1847
+ readonly logicOr: UnwrapRef<typeof import('./core/utils/src/math')['logicOr']>
1848
+ readonly loop: UnwrapRef<typeof import('./core/utils/src/base')['loop']>
912
1849
  readonly makeHash: UnwrapRef<typeof import('./core/security/src/hash')['makeHash']>
1850
+ readonly mapGamepadToXbox360Controller: UnwrapRef<typeof import('./core/utils/src/vendors')['mapGamepadToXbox360Controller']>
913
1851
  readonly markRaw: UnwrapRef<typeof import('vue')['markRaw']>
1852
+ readonly maximum: UnwrapRef<typeof import('./core/utils/src/currency')['maximum']>
914
1853
  readonly md5Encode: UnwrapRef<typeof import('./core/security/src/hash')['md5Encode']>
1854
+ readonly memcached: UnwrapRef<typeof import('./core/cache/src/index')['memcached']>
915
1855
  readonly mergeArrayable: UnwrapRef<typeof import('./core/arrays/src/index')['mergeArrayable']>
916
- readonly mitt: UnwrapRef<typeof import('./core/events/src/index')['mitt']>
1856
+ readonly migrate: UnwrapRef<typeof import('./core/database/src/migrations/index')['migrate']>
1857
+ readonly minimum: UnwrapRef<typeof import('./core/utils/src/currency')['minimum']>
1858
+ readonly modelsPath: UnwrapRef<typeof import('./core/path/src/index')['modelsPath']>
917
1859
  readonly modulesPath: UnwrapRef<typeof import('./core/path/src/index')['modulesPath']>
1860
+ readonly money: UnwrapRef<typeof import('./core/utils/src/currency')['money']>
918
1861
  readonly move: UnwrapRef<typeof import('./core/arrays/src/index')['move']>
1862
+ readonly multiply: UnwrapRef<typeof import('./core/utils/src/currency')['multiply']>
1863
+ readonly nexmo: UnwrapRef<typeof import('./core/sms/src/index')['nexmo']>
919
1864
  readonly nextTick: UnwrapRef<typeof import('vue')['nextTick']>
920
1865
  readonly noCase: UnwrapRef<typeof import('./core/strings/src/case')['noCase']>
921
1866
  readonly noNull: UnwrapRef<typeof import('./core/utils/src/guards')['noNull']>
922
- readonly noop: UnwrapRef<typeof import('./core/utils/src/index')['noop']>
923
1867
  readonly normalize: UnwrapRef<typeof import('./core/path/src/index')['normalize']>
1868
+ readonly normalizeScale: UnwrapRef<typeof import('./core/utils/src/currency')['normalizeScale']>
924
1869
  readonly normalizeString: UnwrapRef<typeof import('./core/path/src/index')['normalizeString']>
925
- readonly notNullish: UnwrapRef<typeof import('./core/utils/src/guards')['notNullish']>
1870
+ readonly not: UnwrapRef<typeof import('./core/utils/src/math')['not']>
926
1871
  readonly notUndefined: UnwrapRef<typeof import('./core/utils/src/guards')['notUndefined']>
927
- readonly notification: UnwrapRef<typeof import('./core/notifications/src/index')['notification']>
1872
+ readonly notification: UnwrapRef<typeof import('../config/notification')['default']>
928
1873
  readonly notificationsPath: UnwrapRef<typeof import('./core/path/src/index')['notificationsPath']>
929
- readonly now: UnwrapRef<typeof import('@vueuse/shared')['now']>
930
1874
  readonly objectEntries: UnwrapRef<typeof import('./core/objects/src/index')['objectEntries']>
931
1875
  readonly objectKeys: UnwrapRef<typeof import('./core/objects/src/index')['objectKeys']>
932
1876
  readonly objectMap: UnwrapRef<typeof import('./core/objects/src/index')['objectMap']>
933
1877
  readonly objectPick: UnwrapRef<typeof import('./core/objects/src/index')['objectPick']>
934
1878
  readonly objectsPath: UnwrapRef<typeof import('./core/path/src/index')['objectsPath']>
935
- readonly off: UnwrapRef<typeof import('./core/events/src/index')['off']>
936
1879
  readonly ok: UnwrapRef<typeof import('./core/error-handling/src/index')['ok']>
937
1880
  readonly okAsync: UnwrapRef<typeof import('./core/error-handling/src/index')['okAsync']>
938
1881
  readonly onActivated: UnwrapRef<typeof import('vue')['onActivated']>
@@ -941,341 +1884,342 @@ declare module 'vue' {
941
1884
  readonly onBeforeRouteUpdate: UnwrapRef<typeof import('vue-router')['onBeforeRouteUpdate']>
942
1885
  readonly onBeforeUnmount: UnwrapRef<typeof import('vue')['onBeforeUnmount']>
943
1886
  readonly onBeforeUpdate: UnwrapRef<typeof import('vue')['onBeforeUpdate']>
944
- readonly onClickOutside: UnwrapRef<typeof import('@vueuse/core')['onClickOutside']>
1887
+ readonly onClickOutside: UnwrapRef<typeof import('./core/utils/src/vendors')['onClickOutside']>
945
1888
  readonly onDeactivated: UnwrapRef<typeof import('vue')['onDeactivated']>
946
1889
  readonly onErrorCaptured: UnwrapRef<typeof import('vue')['onErrorCaptured']>
947
- readonly onKeyStroke: UnwrapRef<typeof import('@vueuse/core')['onKeyStroke']>
948
- readonly onLongPress: UnwrapRef<typeof import('@vueuse/core')['onLongPress']>
1890
+ readonly onKeyDown: UnwrapRef<typeof import('./core/utils/src/vendors')['onKeyDown']>
1891
+ readonly onKeyPressed: UnwrapRef<typeof import('./core/utils/src/vendors')['onKeyPressed']>
1892
+ readonly onKeyStroke: UnwrapRef<typeof import('./core/utils/src/vendors')['onKeyStroke']>
1893
+ readonly onKeyUp: UnwrapRef<typeof import('./core/utils/src/vendors')['onKeyUp']>
1894
+ readonly onLongPress: UnwrapRef<typeof import('./core/utils/src/vendors')['onLongPress']>
949
1895
  readonly onMounted: UnwrapRef<typeof import('vue')['onMounted']>
950
1896
  readonly onRenderTracked: UnwrapRef<typeof import('vue')['onRenderTracked']>
951
1897
  readonly onRenderTriggered: UnwrapRef<typeof import('vue')['onRenderTriggered']>
952
1898
  readonly onScopeDispose: UnwrapRef<typeof import('vue')['onScopeDispose']>
953
1899
  readonly onServerPrefetch: UnwrapRef<typeof import('vue')['onServerPrefetch']>
954
- readonly onStartTyping: UnwrapRef<typeof import('@vueuse/core')['onStartTyping']>
1900
+ readonly onStartTyping: UnwrapRef<typeof import('./core/utils/src/vendors')['onStartTyping']>
955
1901
  readonly onUnmounted: UnwrapRef<typeof import('vue')['onUnmounted']>
956
1902
  readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
1903
+ readonly onboardingPath: UnwrapRef<typeof import('./core/path/src/index')['onboardingPath']>
1904
+ readonly or: UnwrapRef<typeof import('./core/utils/src/math')['or']>
1905
+ readonly ormPath: UnwrapRef<typeof import('./core/path/src/index')['ormPath']>
957
1906
  readonly p: UnwrapRef<typeof import('./core/utils/src/p')['p']>
958
1907
  readonly packageJsonPath: UnwrapRef<typeof import('./core/path/src/index')['packageJsonPath']>
959
1908
  readonly pagesPath: UnwrapRef<typeof import('./core/path/src/index')['pagesPath']>
960
1909
  readonly paramCase: UnwrapRef<typeof import('./core/strings/src/case')['paramCase']>
961
1910
  readonly parse: UnwrapRef<typeof import('./core/path/src/index')['parse']>
1911
+ readonly parseYaml: UnwrapRef<typeof import('./core/utils/src/helpers')['parseYaml']>
962
1912
  readonly partition: UnwrapRef<typeof import('./core/arrays/src/index')['partition']>
963
1913
  readonly pascalCase: UnwrapRef<typeof import('./core/strings/src/case')['pascalCase']>
964
1914
  readonly path: UnwrapRef<typeof import('./core/path/src/index')['path']>
965
1915
  readonly pathCase: UnwrapRef<typeof import('./core/strings/src/case')['pathCase']>
966
1916
  readonly pathPath: UnwrapRef<typeof import('./core/path/src/index')['pathPath']>
967
- readonly pausableWatch: UnwrapRef<typeof import('@vueuse/core')['pausableWatch']>
1917
+ readonly payment: UnwrapRef<typeof import('../config/payment')['default']>
968
1918
  readonly paymentsPath: UnwrapRef<typeof import('./core/path/src/index')['paymentsPath']>
969
1919
  readonly perPage: UnwrapRef<typeof import('./core/search-engine/src/index')['perPage']>
1920
+ readonly plivo: UnwrapRef<typeof import('./core/sms/src/index')['plivo']>
970
1921
  readonly plural: UnwrapRef<typeof import('./core/strings/src/pluralize')['plural']>
971
1922
  readonly preferredDark: UnwrapRef<typeof import('../functions/dark')['preferredDark']>
1923
+ readonly presetForms: UnwrapRef<typeof import('@stacksjs/ui')['presetForms']>
972
1924
  readonly projectPath: UnwrapRef<typeof import('./core/path/src/index')['projectPath']>
973
1925
  readonly provide: UnwrapRef<typeof import('vue')['provide']>
974
1926
  readonly pushPath: UnwrapRef<typeof import('./core/path/src/index')['pushPath']>
975
1927
  readonly query: UnwrapRef<typeof import('./core/search-engine/src/index')['query']>
1928
+ readonly queryBuilderPath: UnwrapRef<typeof import('./core/path/src/index')['queryBuilderPath']>
976
1929
  readonly queuePath: UnwrapRef<typeof import('./core/path/src/index')['queuePath']>
977
- readonly rand: UnwrapRef<typeof import('@vueuse/shared')['rand']>
1930
+ readonly rand: UnwrapRef<typeof import('./core/utils/src/math')['rand']>
978
1931
  readonly randomStr: UnwrapRef<typeof import('./core/strings/src/utils')['randomStr']>
979
1932
  readonly range: UnwrapRef<typeof import('./core/arrays/src/index')['range']>
980
- readonly ray: UnwrapRef<typeof import('./core/logging/src/index')['ray']>
981
- readonly reactify: UnwrapRef<typeof import('@vueuse/core')['reactify']>
982
- readonly reactifyObject: UnwrapRef<typeof import('@vueuse/core')['reactifyObject']>
983
1933
  readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
984
- readonly reactiveComputed: UnwrapRef<typeof import('@vueuse/core')['reactiveComputed']>
985
- readonly reactiveOmit: UnwrapRef<typeof import('@vueuse/core')['reactiveOmit']>
986
- readonly reactivePick: UnwrapRef<typeof import('@vueuse/core')['reactivePick']>
987
1934
  readonly readJsonFile: UnwrapRef<typeof import('./core/storage/src/index')['readJsonFile']>
1935
+ readonly readPackageJson: UnwrapRef<typeof import('./core/storage/src/index')['readPackageJson']>
988
1936
  readonly readTextFile: UnwrapRef<typeof import('./core/storage/src/index')['readTextFile']>
989
1937
  readonly readonly: UnwrapRef<typeof import('vue')['readonly']>
990
1938
  readonly realtimePath: UnwrapRef<typeof import('./core/path/src/index')['realtimePath']>
1939
+ readonly redis: UnwrapRef<typeof import('./core/cache/src/index')['redis']>
991
1940
  readonly ref: UnwrapRef<typeof import('vue')['ref']>
992
- readonly refAutoReset: UnwrapRef<typeof import('@vueuse/core')['refAutoReset']>
993
- readonly refDebounced: UnwrapRef<typeof import('@vueuse/core')['refDebounced']>
994
- readonly refDefault: UnwrapRef<typeof import('@vueuse/core')['refDefault']>
995
- readonly refThrottled: UnwrapRef<typeof import('@vueuse/core')['refThrottled']>
996
- readonly refWithControl: UnwrapRef<typeof import('@vueuse/core')['refWithControl']>
997
1941
  readonly relative: UnwrapRef<typeof import('./core/path/src/index')['relative']>
998
1942
  readonly remove: UnwrapRef<typeof import('./core/arrays/src/index')['remove']>
1943
+ readonly renderHeadToString: UnwrapRef<typeof import('./core/utils/src/vendors')['renderHeadToString']>
999
1944
  readonly resolve: UnwrapRef<typeof import('./core/path/src/index')['resolve']>
1000
1945
  readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
1001
- readonly resolveDirective: UnwrapRef<typeof import('vue')['resolveDirective']>
1002
- readonly resolveRef: UnwrapRef<typeof import('@vueuse/core')['resolveRef']>
1003
- readonly resolveUnref: UnwrapRef<typeof import('@vueuse/core')['resolveUnref']>
1004
1946
  readonly results: UnwrapRef<typeof import('./core/search-engine/src/index')['results']>
1005
- readonly router: UnwrapRef<typeof import('./core/router/src/index')['router']>
1947
+ readonly rimraf: UnwrapRef<typeof import('./core/utils/src/delete')['rimraf']>
1006
1948
  readonly routerPath: UnwrapRef<typeof import('./core/path/src/index')['routerPath']>
1007
1949
  readonly routesPath: UnwrapRef<typeof import('./core/path/src/index')['routesPath']>
1008
1950
  readonly runNpmScript: UnwrapRef<typeof import('./core/utils/src/helpers')['runNpmScript']>
1009
1951
  readonly runtimePath: UnwrapRef<typeof import('./core/path/src/index')['runtimePath']>
1010
1952
  readonly sample: UnwrapRef<typeof import('./core/arrays/src/index')['sample']>
1953
+ readonly schedulerPath: UnwrapRef<typeof import('./core/path/src/index')['schedulerPath']>
1011
1954
  readonly scriptsPath: UnwrapRef<typeof import('./core/path/src/index')['scriptsPath']>
1012
1955
  readonly searchEngine: UnwrapRef<typeof import('../config/search-engine')['default']>
1013
1956
  readonly searchEnginePath: UnwrapRef<typeof import('./core/path/src/index')['searchEnginePath']>
1014
1957
  readonly searchFilters: UnwrapRef<typeof import('./core/search-engine/src/index')['searchFilters']>
1015
1958
  readonly searchParams: UnwrapRef<typeof import('./core/search-engine/src/index')['searchParams']>
1016
1959
  readonly securityPath: UnwrapRef<typeof import('./core/path/src/index')['securityPath']>
1960
+ readonly seed: UnwrapRef<typeof import('./core/database/src/seeder/index')['seed']>
1961
+ readonly semver: UnwrapRef<typeof import('./core/utils/src/versions')['semver']>
1017
1962
  readonly sentenceCase: UnwrapRef<typeof import('./core/strings/src/case')['sentenceCase']>
1018
1963
  readonly sep: UnwrapRef<typeof import('./core/path/src/index')['sep']>
1019
1964
  readonly serverPath: UnwrapRef<typeof import('./core/path/src/index')['serverPath']>
1020
1965
  readonly serverlessPath: UnwrapRef<typeof import('./core/path/src/index')['serverlessPath']>
1021
1966
  readonly services: UnwrapRef<typeof import('../config/services')['default']>
1022
1967
  readonly setEnvValue: UnwrapRef<typeof import('./core/utils/src/helpers')['setEnvValue']>
1968
+ readonly setSSRHandler: UnwrapRef<typeof import('./core/utils/src/vendors')['setSSRHandler']>
1023
1969
  readonly setTotalHits: UnwrapRef<typeof import('./core/search-engine/src/index')['setTotalHits']>
1970
+ readonly settingsPath: UnwrapRef<typeof import('./core/path/src/index')['settingsPath']>
1024
1971
  readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
1025
1972
  readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
1026
1973
  readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
1027
1974
  readonly shuffle: UnwrapRef<typeof import('./core/arrays/src/index')['shuffle']>
1975
+ readonly signalsPath: UnwrapRef<typeof import('./core/path/src/index')['signalsPath']>
1028
1976
  readonly singular: UnwrapRef<typeof import('./core/strings/src/pluralize')['singular']>
1977
+ readonly slack: UnwrapRef<typeof import('./core/chat/src/index')['slack']>
1029
1978
  readonly slash: UnwrapRef<typeof import('./core/strings/src/utils')['slash']>
1030
1979
  readonly sleep: UnwrapRef<typeof import('./core/utils/src/promise')['sleep']>
1031
- readonly sms: UnwrapRef<typeof import('./core/notifications/src/index')['sms']>
1980
+ readonly slug: UnwrapRef<typeof import('./core/strings/src/utils')['slug']>
1981
+ readonly sms77: UnwrapRef<typeof import('./core/sms/src/index')['sms77']>
1032
1982
  readonly smsPath: UnwrapRef<typeof import('./core/path/src/index')['smsPath']>
1033
1983
  readonly snakeCase: UnwrapRef<typeof import('./core/strings/src/case')['snakeCase']>
1984
+ readonly sns: UnwrapRef<typeof import('./core/sms/src/index')['sns']>
1034
1985
  readonly sort: UnwrapRef<typeof import('./core/search-engine/src/index')['sort']>
1035
1986
  readonly sorts: UnwrapRef<typeof import('./core/search-engine/src/index')['sorts']>
1036
- readonly src: UnwrapRef<typeof import('./core/ui/src/index')['default']>
1987
+ readonly src: UnwrapRef<typeof import('./core/storage/src/index')['default']>
1037
1988
  readonly stacksPath: UnwrapRef<typeof import('./core/path/src/index')['stacksPath']>
1038
1989
  readonly storage: UnwrapRef<typeof import('../config/storage')['default']>
1039
1990
  readonly storagePath: UnwrapRef<typeof import('./core/path/src/index')['storagePath']>
1040
1991
  readonly stringsPath: UnwrapRef<typeof import('./core/path/src/index')['stringsPath']>
1992
+ readonly stripe: UnwrapRef<typeof import('./core/payments/src/index')['stripe']>
1993
+ readonly subtract: UnwrapRef<typeof import('./core/utils/src/currency')['subtract']>
1041
1994
  readonly suite: UnwrapRef<typeof import('vitest')['suite']>
1042
- readonly syncRef: UnwrapRef<typeof import('@vueuse/core')['syncRef']>
1043
- readonly syncRefs: UnwrapRef<typeof import('@vueuse/core')['syncRefs']>
1995
+ readonly syncRef: UnwrapRef<typeof import('./core/utils/src/vendors')['syncRef']>
1996
+ readonly syncRefs: UnwrapRef<typeof import('./core/utils/src/vendors')['syncRefs']>
1044
1997
  readonly tablesPath: UnwrapRef<typeof import('./core/path/src/index')['tablesPath']>
1045
1998
  readonly tap: UnwrapRef<typeof import('./core/utils/src/function')['tap']>
1999
+ readonly teams: UnwrapRef<typeof import('./core/chat/src/index')['teams']>
2000
+ readonly telnyx: UnwrapRef<typeof import('./core/sms/src/index')['telnyx']>
1046
2001
  readonly template: UnwrapRef<typeof import('./core/strings/src/utils')['template']>
1047
- readonly templateRef: UnwrapRef<typeof import('@vueuse/core')['templateRef']>
2002
+ readonly templateRef: UnwrapRef<typeof import('./core/utils/src/vendors')['templateRef']>
2003
+ readonly termii: UnwrapRef<typeof import('./core/sms/src/index')['termii']>
1048
2004
  readonly test: UnwrapRef<typeof import('vitest')['test']>
1049
2005
  readonly testingPath: UnwrapRef<typeof import('./core/path/src/index')['testingPath']>
1050
2006
  readonly testsPath: UnwrapRef<typeof import('./core/path/src/index')['testsPath']>
1051
- readonly throttle: UnwrapRef<typeof import('./core/utils/src/debounce')['throttle']>
1052
- readonly throttledRef: UnwrapRef<typeof import('@vueuse/core')['throttledRef']>
1053
- readonly throttledWatch: UnwrapRef<typeof import('@vueuse/core')['throttledWatch']>
1054
- readonly timestamp: UnwrapRef<typeof import('@vueuse/shared')['timestamp']>
2007
+ readonly throttle: UnwrapRef<typeof import('./core/utils/src/throttle')['throttle']>
2008
+ readonly throttledRef: UnwrapRef<typeof import('./core/utils/src/vendors')['throttledRef']>
2009
+ readonly throttledWatch: UnwrapRef<typeof import('./core/utils/src/vendors')['throttledWatch']>
2010
+ readonly titleCase: UnwrapRef<typeof import('./core/strings/src/case')['titleCase']>
1055
2011
  readonly toArray: UnwrapRef<typeof import('./core/arrays/src/index')['toArray']>
2012
+ readonly toDecimal: UnwrapRef<typeof import('./core/utils/src/currency')['toDecimal']>
1056
2013
  readonly toNamespacedPath: UnwrapRef<typeof import('./core/path/src/index')['toNamespacedPath']>
1057
2014
  readonly toRaw: UnwrapRef<typeof import('vue')['toRaw']>
1058
- readonly toReactive: UnwrapRef<typeof import('@vueuse/core')['toReactive']>
2015
+ readonly toReactive: UnwrapRef<typeof import('./core/utils/src/vendors')['toReactive']>
1059
2016
  readonly toRef: UnwrapRef<typeof import('vue')['toRef']>
1060
2017
  readonly toRefs: UnwrapRef<typeof import('vue')['toRefs']>
1061
- readonly toString: UnwrapRef<typeof import('./core/utils/src/index')['toString']>
2018
+ readonly toSnapshot: UnwrapRef<typeof import('./core/utils/src/currency')['toSnapshot']>
2019
+ readonly toString: UnwrapRef<typeof import('./core/utils/src/base')['toString']>
2020
+ readonly toUnits: UnwrapRef<typeof import('./core/utils/src/currency')['toUnits']>
1062
2021
  readonly toggleDark: UnwrapRef<typeof import('../functions/dark')['toggleDark']>
1063
2022
  readonly totalPages: UnwrapRef<typeof import('./core/search-engine/src/index')['totalPages']>
2023
+ readonly transformerCompileClass: UnwrapRef<typeof import('@stacksjs/ui')['transformerCompileClass']>
1064
2024
  readonly triggerRef: UnwrapRef<typeof import('vue')['triggerRef']>
1065
- readonly tryOnBeforeMount: UnwrapRef<typeof import('@vueuse/core')['tryOnBeforeMount']>
1066
- readonly tryOnBeforeUnmount: UnwrapRef<typeof import('@vueuse/core')['tryOnBeforeUnmount']>
1067
- readonly tryOnMounted: UnwrapRef<typeof import('@vueuse/core')['tryOnMounted']>
1068
- readonly tryOnScopeDispose: UnwrapRef<typeof import('@vueuse/core')['tryOnScopeDispose']>
1069
- readonly tryOnUnmounted: UnwrapRef<typeof import('@vueuse/core')['tryOnUnmounted']>
2025
+ readonly trimScale: UnwrapRef<typeof import('./core/utils/src/currency')['trimScale']>
2026
+ readonly tryOnBeforeMount: UnwrapRef<typeof import('./core/utils/src/vendors')['tryOnBeforeMount']>
2027
+ readonly tryOnBeforeUnmount: UnwrapRef<typeof import('./core/utils/src/vendors')['tryOnBeforeUnmount']>
2028
+ readonly tryOnMounted: UnwrapRef<typeof import('./core/utils/src/vendors')['tryOnMounted']>
2029
+ readonly tryOnScopeDispose: UnwrapRef<typeof import('./core/utils/src/vendors')['tryOnScopeDispose']>
2030
+ readonly tryOnUnmounted: UnwrapRef<typeof import('./core/utils/src/vendors')['tryOnUnmounted']>
2031
+ readonly twilio: UnwrapRef<typeof import('./core/sms/src/index')['twilio']>
1070
2032
  readonly typesPath: UnwrapRef<typeof import('./core/path/src/index')['typesPath']>
1071
2033
  readonly ui: UnwrapRef<typeof import('../config/ui')['default']>
1072
2034
  readonly uiPath: UnwrapRef<typeof import('./core/path/src/index')['uiPath']>
1073
2035
  readonly uniq: UnwrapRef<typeof import('./core/arrays/src/index')['uniq']>
1074
2036
  readonly uniqueBy: UnwrapRef<typeof import('./core/arrays/src/index')['uniqueBy']>
1075
- readonly unocss: UnwrapRef<typeof import('./core/ui/src/unocss')['default']>
2037
+ readonly unit: UnwrapRef<typeof import('./core/testing/src/index')['unit']>
1076
2038
  readonly unref: UnwrapRef<typeof import('vue')['unref']>
1077
- readonly unrefElement: UnwrapRef<typeof import('@vueuse/core')['unrefElement']>
1078
- readonly until: UnwrapRef<typeof import('@vueuse/core')['until']>
2039
+ readonly unrefElement: UnwrapRef<typeof import('./core/utils/src/vendors')['unrefElement']>
2040
+ readonly until: UnwrapRef<typeof import('./core/utils/src/vendors')['until']>
1079
2041
  readonly updateConfigFile: UnwrapRef<typeof import('./core/storage/src/index')['updateConfigFile']>
1080
- readonly useAbs: UnwrapRef<typeof import('@vueuse/math')['useAbs']>
1081
- readonly useActiveElement: UnwrapRef<typeof import('@vueuse/core')['useActiveElement']>
1082
- readonly useArrayEvery: UnwrapRef<typeof import('@vueuse/core')['useArrayEvery']>
1083
- readonly useArrayFilter: UnwrapRef<typeof import('@vueuse/core')['useArrayFilter']>
1084
- readonly useArrayFind: UnwrapRef<typeof import('@vueuse/core')['useArrayFind']>
1085
- readonly useArrayFindIndex: UnwrapRef<typeof import('@vueuse/core')['useArrayFindIndex']>
1086
- readonly useArrayJoin: UnwrapRef<typeof import('@vueuse/core')['useArrayJoin']>
1087
- readonly useArrayMap: UnwrapRef<typeof import('@vueuse/core')['useArrayMap']>
1088
- readonly useArrayReduce: UnwrapRef<typeof import('@vueuse/core')['useArrayReduce']>
1089
- readonly useArraySome: UnwrapRef<typeof import('@vueuse/core')['useArraySome']>
1090
- readonly useArrayUnique: UnwrapRef<typeof import('@vueuse/core')['useArrayUnique']>
1091
- readonly useAsyncQueue: UnwrapRef<typeof import('@vueuse/core')['useAsyncQueue']>
1092
- readonly useAsyncState: UnwrapRef<typeof import('@vueuse/core')['useAsyncState']>
2042
+ readonly upstash: UnwrapRef<typeof import('./core/cache/src/index')['upstash']>
2043
+ readonly useAbs: UnwrapRef<typeof import('./core/utils/src/math')['useAbs']>
2044
+ readonly useActiveElement: UnwrapRef<typeof import('./core/utils/src/vendors')['useActiveElement']>
2045
+ readonly useAnimate: UnwrapRef<typeof import('./core/utils/src/vendors')['useAnimate']>
2046
+ readonly useAsyncQueue: UnwrapRef<typeof import('./core/utils/src/vendors')['useAsyncQueue']>
2047
+ readonly useAsyncState: UnwrapRef<typeof import('./core/utils/src/vendors')['useAsyncState']>
1093
2048
  readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
1094
- readonly useAverage: UnwrapRef<typeof import('@vueuse/math')['useAverage']>
1095
- readonly useBase64: UnwrapRef<typeof import('@vueuse/core')['useBase64']>
1096
- readonly useBattery: UnwrapRef<typeof import('@vueuse/core')['useBattery']>
1097
- readonly useBluetooth: UnwrapRef<typeof import('@vueuse/core')['useBluetooth']>
1098
- readonly useBreakpoints: UnwrapRef<typeof import('@vueuse/core')['useBreakpoints']>
1099
- readonly useBroadcastChannel: UnwrapRef<typeof import('@vueuse/core')['useBroadcastChannel']>
1100
- readonly useBrowserLocation: UnwrapRef<typeof import('@vueuse/core')['useBrowserLocation']>
1101
- readonly useCached: UnwrapRef<typeof import('@vueuse/core')['useCached']>
1102
- readonly useCeil: UnwrapRef<typeof import('@vueuse/math')['useCeil']>
2049
+ readonly useAverage: UnwrapRef<typeof import('./core/utils/src/math')['useAverage']>
2050
+ readonly useBase64: UnwrapRef<typeof import('./core/utils/src/vendors')['useBase64']>
2051
+ readonly useBattery: UnwrapRef<typeof import('./core/utils/src/vendors')['useBattery']>
2052
+ readonly useBluetooth: UnwrapRef<typeof import('./core/utils/src/vendors')['useBluetooth']>
2053
+ readonly useBreakpoints: UnwrapRef<typeof import('./core/utils/src/vendors')['useBreakpoints']>
2054
+ readonly useBroadcastChannel: UnwrapRef<typeof import('./core/utils/src/vendors')['useBroadcastChannel']>
2055
+ readonly useBrowserLocation: UnwrapRef<typeof import('./core/utils/src/vendors')['useBrowserLocation']>
2056
+ readonly useCached: UnwrapRef<typeof import('./core/utils/src/vendors')['useCached']>
2057
+ readonly useCeil: UnwrapRef<typeof import('./core/utils/src/math')['useCeil']>
1103
2058
  readonly useChat: UnwrapRef<typeof import('./core/notifications/src/index')['useChat']>
1104
- readonly useClamp: UnwrapRef<typeof import('@vueuse/math')['useClamp']>
1105
- readonly useClipboard: UnwrapRef<typeof import('@vueuse/core')['useClipboard']>
1106
- readonly useCloned: UnwrapRef<typeof import('@vueuse/core')['useCloned']>
1107
- readonly useColorMode: UnwrapRef<typeof import('@vueuse/core')['useColorMode']>
1108
- readonly useConfirmDialog: UnwrapRef<typeof import('@vueuse/core')['useConfirmDialog']>
1109
- readonly useCounter: UnwrapRef<typeof import('@vueuse/core')['useCounter']>
2059
+ readonly useClamp: UnwrapRef<typeof import('./core/utils/src/math')['useClamp']>
2060
+ readonly useClipboard: UnwrapRef<typeof import('./core/utils/src/vendors')['useClipboard']>
2061
+ readonly useCloned: UnwrapRef<typeof import('./core/utils/src/vendors')['useCloned']>
2062
+ readonly useColorMode: UnwrapRef<typeof import('./core/utils/src/vendors')['useColorMode']>
2063
+ readonly useConfirmDialog: UnwrapRef<typeof import('./core/utils/src/vendors')['useConfirmDialog']>
1110
2064
  readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
1111
- readonly useCssVar: UnwrapRef<typeof import('@vueuse/core')['useCssVar']>
2065
+ readonly useCssVar: UnwrapRef<typeof import('./core/utils/src/vendors')['useCssVar']>
1112
2066
  readonly useCssVars: UnwrapRef<typeof import('vue')['useCssVars']>
1113
- readonly useCurrentElement: UnwrapRef<typeof import('@vueuse/core')['useCurrentElement']>
1114
- readonly useCycleList: UnwrapRef<typeof import('@vueuse/core')['useCycleList']>
1115
- readonly useDark: UnwrapRef<typeof import('@vueuse/core')['useDark']>
1116
- readonly useDateFormat: UnwrapRef<typeof import('@vueuse/core')['useDateFormat']>
1117
- readonly useDebounce: UnwrapRef<typeof import('@vueuse/core')['useDebounce']>
1118
- readonly useDebounceFn: UnwrapRef<typeof import('@vueuse/core')['useDebounceFn']>
1119
- readonly useDebouncedRefHistory: UnwrapRef<typeof import('@vueuse/core')['useDebouncedRefHistory']>
1120
- readonly useDeviceMotion: UnwrapRef<typeof import('@vueuse/core')['useDeviceMotion']>
1121
- readonly useDeviceOrientation: UnwrapRef<typeof import('@vueuse/core')['useDeviceOrientation']>
1122
- readonly useDevicePixelRatio: UnwrapRef<typeof import('@vueuse/core')['useDevicePixelRatio']>
1123
- readonly useDevicesList: UnwrapRef<typeof import('@vueuse/core')['useDevicesList']>
1124
- readonly useDisplayMedia: UnwrapRef<typeof import('@vueuse/core')['useDisplayMedia']>
1125
- readonly useDocumentVisibility: UnwrapRef<typeof import('@vueuse/core')['useDocumentVisibility']>
1126
- readonly useDraggable: UnwrapRef<typeof import('@vueuse/core')['useDraggable']>
1127
- readonly useDropZone: UnwrapRef<typeof import('@vueuse/core')['useDropZone']>
1128
- readonly useElementBounding: UnwrapRef<typeof import('@vueuse/core')['useElementBounding']>
1129
- readonly useElementByPoint: UnwrapRef<typeof import('@vueuse/core')['useElementByPoint']>
1130
- readonly useElementHover: UnwrapRef<typeof import('@vueuse/core')['useElementHover']>
1131
- readonly useElementSize: UnwrapRef<typeof import('@vueuse/core')['useElementSize']>
1132
- readonly useElementVisibility: UnwrapRef<typeof import('@vueuse/core')['useElementVisibility']>
2067
+ readonly useCurrentElement: UnwrapRef<typeof import('./core/utils/src/vendors')['useCurrentElement']>
2068
+ readonly useCycleList: UnwrapRef<typeof import('./core/utils/src/vendors')['useCycleList']>
2069
+ readonly useDark: UnwrapRef<typeof import('./core/utils/src/vendors')['useDark']>
2070
+ readonly useDateFormat: UnwrapRef<typeof import('./core/utils/src/vendors')['useDateFormat']>
2071
+ readonly useDebouncedRefHistory: UnwrapRef<typeof import('./core/utils/src/vendors')['useDebouncedRefHistory']>
2072
+ readonly useDeviceMotion: UnwrapRef<typeof import('./core/utils/src/vendors')['useDeviceMotion']>
2073
+ readonly useDeviceOrientation: UnwrapRef<typeof import('./core/utils/src/vendors')['useDeviceOrientation']>
2074
+ readonly useDevicePixelRatio: UnwrapRef<typeof import('./core/utils/src/vendors')['useDevicePixelRatio']>
2075
+ readonly useDevicesList: UnwrapRef<typeof import('./core/utils/src/vendors')['useDevicesList']>
2076
+ readonly useDisplayMedia: UnwrapRef<typeof import('./core/utils/src/vendors')['useDisplayMedia']>
2077
+ readonly useDocumentVisibility: UnwrapRef<typeof import('./core/utils/src/vendors')['useDocumentVisibility']>
2078
+ readonly useDraggable: UnwrapRef<typeof import('./core/utils/src/vendors')['useDraggable']>
2079
+ readonly useDropZone: UnwrapRef<typeof import('./core/utils/src/vendors')['useDropZone']>
2080
+ readonly useElementBounding: UnwrapRef<typeof import('./core/utils/src/vendors')['useElementBounding']>
2081
+ readonly useElementByPoint: UnwrapRef<typeof import('./core/utils/src/vendors')['useElementByPoint']>
2082
+ readonly useElementHover: UnwrapRef<typeof import('./core/utils/src/vendors')['useElementHover']>
2083
+ readonly useElementSize: UnwrapRef<typeof import('./core/utils/src/vendors')['useElementSize']>
2084
+ readonly useElementVisibility: UnwrapRef<typeof import('./core/utils/src/vendors')['useElementVisibility']>
1133
2085
  readonly useEmail: UnwrapRef<typeof import('./core/notifications/src/index')['useEmail']>
1134
- readonly useEvent: UnwrapRef<typeof import('./core/events/src/index')['useEvent']>
1135
- readonly useEventBus: UnwrapRef<typeof import('@vueuse/core')['useEventBus']>
1136
- readonly useEventListener: UnwrapRef<typeof import('@vueuse/core')['useEventListener']>
1137
- readonly useEventSource: UnwrapRef<typeof import('@vueuse/core')['useEventSource']>
1138
- readonly useEyeDropper: UnwrapRef<typeof import('@vueuse/core')['useEyeDropper']>
1139
- readonly useFavicon: UnwrapRef<typeof import('@vueuse/core')['useFavicon']>
1140
- readonly useFetch: UnwrapRef<typeof import('@vueuse/core')['useFetch']>
1141
- readonly useFileDialog: UnwrapRef<typeof import('@vueuse/core')['useFileDialog']>
1142
- readonly useFileSystemAccess: UnwrapRef<typeof import('@vueuse/core')['useFileSystemAccess']>
1143
- readonly useFloor: UnwrapRef<typeof import('@vueuse/math')['useFloor']>
1144
- readonly useFocus: UnwrapRef<typeof import('@vueuse/core')['useFocus']>
1145
- readonly useFocusWithin: UnwrapRef<typeof import('@vueuse/core')['useFocusWithin']>
1146
- readonly useFps: UnwrapRef<typeof import('@vueuse/core')['useFps']>
1147
- readonly useFullscreen: UnwrapRef<typeof import('@vueuse/core')['useFullscreen']>
1148
- readonly useGamepad: UnwrapRef<typeof import('@vueuse/core')['useGamepad']>
1149
- readonly useGeolocation: UnwrapRef<typeof import('@vueuse/core')['useGeolocation']>
1150
- readonly useHead: UnwrapRef<typeof import('@vueuse/head')['useHead']>
1151
- readonly useIdle: UnwrapRef<typeof import('@vueuse/core')['useIdle']>
1152
- readonly useImage: UnwrapRef<typeof import('@vueuse/core')['useImage']>
1153
- readonly useInfiniteScroll: UnwrapRef<typeof import('@vueuse/core')['useInfiniteScroll']>
1154
- readonly useIntersectionObserver: UnwrapRef<typeof import('@vueuse/core')['useIntersectionObserver']>
1155
- readonly useInterval: UnwrapRef<typeof import('@vueuse/core')['useInterval']>
1156
- readonly useIntervalFn: UnwrapRef<typeof import('@vueuse/core')['useIntervalFn']>
1157
- readonly useKeyModifier: UnwrapRef<typeof import('@vueuse/core')['useKeyModifier']>
1158
- readonly useLastChanged: UnwrapRef<typeof import('@vueuse/core')['useLastChanged']>
2086
+ readonly useEventBus: UnwrapRef<typeof import('./core/utils/src/vendors')['useEventBus']>
2087
+ readonly useEventListener: UnwrapRef<typeof import('./core/utils/src/vendors')['useEventListener']>
2088
+ readonly useEventSource: UnwrapRef<typeof import('./core/utils/src/vendors')['useEventSource']>
2089
+ readonly useEyeDropper: UnwrapRef<typeof import('./core/utils/src/vendors')['useEyeDropper']>
2090
+ readonly useFavicon: UnwrapRef<typeof import('./core/utils/src/vendors')['useFavicon']>
2091
+ readonly useFetch: UnwrapRef<typeof import('./core/utils/src/vendors')['useFetch']>
2092
+ readonly useFileDialog: UnwrapRef<typeof import('./core/utils/src/vendors')['useFileDialog']>
2093
+ readonly useFileSystemAccess: UnwrapRef<typeof import('./core/utils/src/vendors')['useFileSystemAccess']>
2094
+ readonly useFloor: UnwrapRef<typeof import('./core/utils/src/math')['useFloor']>
2095
+ readonly useFocus: UnwrapRef<typeof import('./core/utils/src/vendors')['useFocus']>
2096
+ readonly useFocusWithin: UnwrapRef<typeof import('./core/utils/src/vendors')['useFocusWithin']>
2097
+ readonly useFps: UnwrapRef<typeof import('./core/utils/src/vendors')['useFps']>
2098
+ readonly useFullscreen: UnwrapRef<typeof import('./core/utils/src/vendors')['useFullscreen']>
2099
+ readonly useGamepad: UnwrapRef<typeof import('./core/utils/src/vendors')['useGamepad']>
2100
+ readonly useGeolocation: UnwrapRef<typeof import('./core/utils/src/vendors')['useGeolocation']>
2101
+ readonly useIdle: UnwrapRef<typeof import('./core/utils/src/vendors')['useIdle']>
2102
+ readonly useImage: UnwrapRef<typeof import('./core/utils/src/vendors')['useImage']>
2103
+ readonly useInfiniteScroll: UnwrapRef<typeof import('./core/utils/src/vendors')['useInfiniteScroll']>
2104
+ readonly useIntersectionObserver: UnwrapRef<typeof import('./core/utils/src/vendors')['useIntersectionObserver']>
2105
+ readonly useKeyModifier: UnwrapRef<typeof import('./core/utils/src/vendors')['useKeyModifier']>
1159
2106
  readonly useLink: UnwrapRef<typeof import('vue-router')['useLink']>
1160
- readonly useLocalStorage: UnwrapRef<typeof import('@vueuse/core')['useLocalStorage']>
1161
- readonly useMagicKeys: UnwrapRef<typeof import('@vueuse/core')['useMagicKeys']>
1162
- readonly useManualRefHistory: UnwrapRef<typeof import('@vueuse/core')['useManualRefHistory']>
1163
- readonly useMath: UnwrapRef<typeof import('@vueuse/math')['useMath']>
1164
- readonly useMax: UnwrapRef<typeof import('@vueuse/math')['useMax']>
1165
- readonly useMediaControls: UnwrapRef<typeof import('@vueuse/core')['useMediaControls']>
1166
- readonly useMediaQuery: UnwrapRef<typeof import('@vueuse/core')['useMediaQuery']>
1167
- readonly useMemoize: UnwrapRef<typeof import('@vueuse/core')['useMemoize']>
1168
- readonly useMemory: UnwrapRef<typeof import('@vueuse/core')['useMemory']>
1169
- readonly useMin: UnwrapRef<typeof import('@vueuse/math')['useMin']>
1170
- readonly useMounted: UnwrapRef<typeof import('@vueuse/core')['useMounted']>
1171
- readonly useMouse: UnwrapRef<typeof import('@vueuse/core')['useMouse']>
1172
- readonly useMouseInElement: UnwrapRef<typeof import('@vueuse/core')['useMouseInElement']>
1173
- readonly useMousePressed: UnwrapRef<typeof import('@vueuse/core')['useMousePressed']>
1174
- readonly useMutationObserver: UnwrapRef<typeof import('@vueuse/core')['useMutationObserver']>
1175
- readonly useNavigatorLanguage: UnwrapRef<typeof import('@vueuse/core')['useNavigatorLanguage']>
1176
- readonly useNetwork: UnwrapRef<typeof import('@vueuse/core')['useNetwork']>
2107
+ readonly useLocalStorage: UnwrapRef<typeof import('./core/utils/src/vendors')['useLocalStorage']>
2108
+ readonly useMagicKeys: UnwrapRef<typeof import('./core/utils/src/vendors')['useMagicKeys']>
2109
+ readonly useManualRefHistory: UnwrapRef<typeof import('./core/utils/src/vendors')['useManualRefHistory']>
2110
+ readonly useMath: UnwrapRef<typeof import('./core/utils/src/math')['useMath']>
2111
+ readonly useMax: UnwrapRef<typeof import('./core/utils/src/math')['useMax']>
2112
+ readonly useMediaControls: UnwrapRef<typeof import('./core/utils/src/vendors')['useMediaControls']>
2113
+ readonly useMediaQuery: UnwrapRef<typeof import('./core/utils/src/vendors')['useMediaQuery']>
2114
+ readonly useMemoize: UnwrapRef<typeof import('./core/utils/src/vendors')['useMemoize']>
2115
+ readonly useMemory: UnwrapRef<typeof import('./core/utils/src/vendors')['useMemory']>
2116
+ readonly useMin: UnwrapRef<typeof import('./core/utils/src/math')['useMin']>
2117
+ readonly useMounted: UnwrapRef<typeof import('./core/utils/src/vendors')['useMounted']>
2118
+ readonly useMouse: UnwrapRef<typeof import('./core/utils/src/vendors')['useMouse']>
2119
+ readonly useMouseInElement: UnwrapRef<typeof import('./core/utils/src/vendors')['useMouseInElement']>
2120
+ readonly useMousePressed: UnwrapRef<typeof import('./core/utils/src/vendors')['useMousePressed']>
2121
+ readonly useMutationObserver: UnwrapRef<typeof import('./core/utils/src/vendors')['useMutationObserver']>
2122
+ readonly useNavigatorLanguage: UnwrapRef<typeof import('./core/utils/src/vendors')['useNavigatorLanguage']>
2123
+ readonly useNetwork: UnwrapRef<typeof import('./core/utils/src/vendors')['useNetwork']>
1177
2124
  readonly useNotification: UnwrapRef<typeof import('./core/notifications/src/index')['useNotification']>
1178
- readonly useNow: UnwrapRef<typeof import('@vueuse/core')['useNow']>
1179
- readonly useObjectUrl: UnwrapRef<typeof import('@vueuse/core')['useObjectUrl']>
1180
- readonly useOffsetPagination: UnwrapRef<typeof import('@vueuse/core')['useOffsetPagination']>
1181
- readonly useOnline: UnwrapRef<typeof import('@vueuse/core')['useOnline']>
1182
- readonly usePageLeave: UnwrapRef<typeof import('@vueuse/core')['usePageLeave']>
1183
- readonly useParallax: UnwrapRef<typeof import('@vueuse/core')['useParallax']>
1184
- readonly usePermission: UnwrapRef<typeof import('@vueuse/core')['usePermission']>
1185
- readonly usePointer: UnwrapRef<typeof import('@vueuse/core')['usePointer']>
1186
- readonly usePointerLock: UnwrapRef<typeof import('@vueuse/core')['usePointerLock']>
1187
- readonly usePointerSwipe: UnwrapRef<typeof import('@vueuse/core')['usePointerSwipe']>
1188
- readonly usePrecision: UnwrapRef<typeof import('@vueuse/math')['usePrecision']>
1189
- readonly usePreferredColorScheme: UnwrapRef<typeof import('@vueuse/core')['usePreferredColorScheme']>
1190
- readonly usePreferredContrast: UnwrapRef<typeof import('@vueuse/core')['usePreferredContrast']>
1191
- readonly usePreferredDark: UnwrapRef<typeof import('@vueuse/core')['usePreferredDark']>
1192
- readonly usePreferredLanguages: UnwrapRef<typeof import('@vueuse/core')['usePreferredLanguages']>
1193
- readonly usePreferredReducedMotion: UnwrapRef<typeof import('@vueuse/core')['usePreferredReducedMotion']>
1194
- readonly usePrevious: UnwrapRef<typeof import('@vueuse/core')['usePrevious']>
1195
- readonly useProjection: UnwrapRef<typeof import('@vueuse/math')['useProjection']>
1196
- readonly useRafFn: UnwrapRef<typeof import('@vueuse/core')['useRafFn']>
1197
- readonly useRefHistory: UnwrapRef<typeof import('@vueuse/core')['useRefHistory']>
1198
- readonly useResizeObserver: UnwrapRef<typeof import('@vueuse/core')['useResizeObserver']>
1199
- readonly useRound: UnwrapRef<typeof import('@vueuse/math')['useRound']>
2125
+ readonly useNow: UnwrapRef<typeof import('./core/utils/src/vendors')['useNow']>
2126
+ readonly useObjectUrl: UnwrapRef<typeof import('./core/utils/src/vendors')['useObjectUrl']>
2127
+ readonly useOffsetPagination: UnwrapRef<typeof import('./core/utils/src/vendors')['useOffsetPagination']>
2128
+ readonly useOnline: UnwrapRef<typeof import('./core/utils/src/vendors')['useOnline']>
2129
+ readonly usePageLeave: UnwrapRef<typeof import('./core/utils/src/vendors')['usePageLeave']>
2130
+ readonly useParallax: UnwrapRef<typeof import('./core/utils/src/vendors')['useParallax']>
2131
+ readonly useParentElement: UnwrapRef<typeof import('./core/utils/src/vendors')['useParentElement']>
2132
+ readonly usePerformanceObserver: UnwrapRef<typeof import('./core/utils/src/vendors')['usePerformanceObserver']>
2133
+ readonly usePermission: UnwrapRef<typeof import('./core/utils/src/vendors')['usePermission']>
2134
+ readonly usePointer: UnwrapRef<typeof import('./core/utils/src/vendors')['usePointer']>
2135
+ readonly usePointerLock: UnwrapRef<typeof import('./core/utils/src/vendors')['usePointerLock']>
2136
+ readonly usePointerSwipe: UnwrapRef<typeof import('./core/utils/src/vendors')['usePointerSwipe']>
2137
+ readonly usePrecision: UnwrapRef<typeof import('./core/utils/src/math')['usePrecision']>
2138
+ readonly usePreferredColorScheme: UnwrapRef<typeof import('./core/utils/src/vendors')['usePreferredColorScheme']>
2139
+ readonly usePreferredContrast: UnwrapRef<typeof import('./core/utils/src/vendors')['usePreferredContrast']>
2140
+ readonly usePreferredDark: UnwrapRef<typeof import('./core/utils/src/vendors')['usePreferredDark']>
2141
+ readonly usePreferredLanguages: UnwrapRef<typeof import('./core/utils/src/vendors')['usePreferredLanguages']>
2142
+ readonly usePreferredReducedMotion: UnwrapRef<typeof import('./core/utils/src/vendors')['usePreferredReducedMotion']>
2143
+ readonly usePrevious: UnwrapRef<typeof import('./core/utils/src/vendors')['usePrevious']>
2144
+ readonly useProjection: UnwrapRef<typeof import('./core/utils/src/math')['useProjection']>
2145
+ readonly useRafFn: UnwrapRef<typeof import('./core/utils/src/vendors')['useRafFn']>
2146
+ readonly useRefHistory: UnwrapRef<typeof import('./core/utils/src/vendors')['useRefHistory']>
2147
+ readonly useResizeObserver: UnwrapRef<typeof import('./core/utils/src/vendors')['useResizeObserver']>
2148
+ readonly useRound: UnwrapRef<typeof import('./core/utils/src/math')['useRound']>
1200
2149
  readonly useRoute: UnwrapRef<typeof import('vue-router')['useRoute']>
1201
2150
  readonly useRouter: UnwrapRef<typeof import('vue-router')['useRouter']>
1202
2151
  readonly useSMS: UnwrapRef<typeof import('./core/notifications/src/index')['useSMS']>
1203
- readonly useScreenOrientation: UnwrapRef<typeof import('@vueuse/core')['useScreenOrientation']>
1204
- readonly useScreenSafeArea: UnwrapRef<typeof import('@vueuse/core')['useScreenSafeArea']>
1205
- readonly useScriptTag: UnwrapRef<typeof import('@vueuse/core')['useScriptTag']>
1206
- readonly useScroll: UnwrapRef<typeof import('@vueuse/core')['useScroll']>
1207
- readonly useScrollLock: UnwrapRef<typeof import('@vueuse/core')['useScrollLock']>
2152
+ readonly useScreenOrientation: UnwrapRef<typeof import('./core/utils/src/vendors')['useScreenOrientation']>
2153
+ readonly useScreenSafeArea: UnwrapRef<typeof import('./core/utils/src/vendors')['useScreenSafeArea']>
2154
+ readonly useScriptTag: UnwrapRef<typeof import('./core/utils/src/vendors')['useScriptTag']>
2155
+ readonly useScroll: UnwrapRef<typeof import('./core/utils/src/vendors')['useScroll']>
2156
+ readonly useScrollLock: UnwrapRef<typeof import('./core/utils/src/vendors')['useScrollLock']>
1208
2157
  readonly useSearchEngine: UnwrapRef<typeof import('./core/search-engine/src/index')['useSearchEngine']>
1209
- readonly useSessionStorage: UnwrapRef<typeof import('@vueuse/core')['useSessionStorage']>
1210
- readonly useShare: UnwrapRef<typeof import('@vueuse/core')['useShare']>
2158
+ readonly useSessionStorage: UnwrapRef<typeof import('./core/utils/src/vendors')['useSessionStorage']>
2159
+ readonly useShare: UnwrapRef<typeof import('./core/utils/src/vendors')['useShare']>
1211
2160
  readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']>
1212
- readonly useSorted: UnwrapRef<typeof import('@vueuse/core')['useSorted']>
1213
- readonly useSpeechRecognition: UnwrapRef<typeof import('@vueuse/core')['useSpeechRecognition']>
1214
- readonly useSpeechSynthesis: UnwrapRef<typeof import('@vueuse/core')['useSpeechSynthesis']>
1215
- readonly useStepper: UnwrapRef<typeof import('@vueuse/core')['useStepper']>
1216
- readonly useStorage: UnwrapRef<typeof import('@vueuse/core')['useStorage']>
1217
- readonly useStorageAsync: UnwrapRef<typeof import('@vueuse/core')['useStorageAsync']>
1218
- readonly useStyleTag: UnwrapRef<typeof import('@vueuse/core')['useStyleTag']>
1219
- readonly useSum: UnwrapRef<typeof import('@vueuse/math')['useSum']>
1220
- readonly useSupported: UnwrapRef<typeof import('@vueuse/core')['useSupported']>
1221
- readonly useSwipe: UnwrapRef<typeof import('@vueuse/core')['useSwipe']>
1222
- readonly useTemplateRefsList: UnwrapRef<typeof import('@vueuse/core')['useTemplateRefsList']>
1223
- readonly useTextDirection: UnwrapRef<typeof import('@vueuse/core')['useTextDirection']>
1224
- readonly useTextSelection: UnwrapRef<typeof import('@vueuse/core')['useTextSelection']>
1225
- readonly useTextareaAutosize: UnwrapRef<typeof import('@vueuse/core')['useTextareaAutosize']>
1226
- readonly useThrottle: UnwrapRef<typeof import('@vueuse/core')['useThrottle']>
1227
- readonly useThrottleFn: UnwrapRef<typeof import('@vueuse/core')['useThrottleFn']>
1228
- readonly useThrottledRefHistory: UnwrapRef<typeof import('@vueuse/core')['useThrottledRefHistory']>
1229
- readonly useTimeAgo: UnwrapRef<typeof import('@vueuse/core')['useTimeAgo']>
1230
- readonly useTimeout: UnwrapRef<typeof import('@vueuse/core')['useTimeout']>
1231
- readonly useTimeoutFn: UnwrapRef<typeof import('@vueuse/core')['useTimeoutFn']>
1232
- readonly useTimeoutPoll: UnwrapRef<typeof import('@vueuse/core')['useTimeoutPoll']>
1233
- readonly useTimestamp: UnwrapRef<typeof import('@vueuse/core')['useTimestamp']>
1234
- readonly useTitle: UnwrapRef<typeof import('@vueuse/core')['useTitle']>
1235
- readonly useToFixed: UnwrapRef<typeof import('@vueuse/math')['useToFixed']>
1236
- readonly useToNumber: UnwrapRef<typeof import('@vueuse/core')['useToNumber']>
1237
- readonly useToString: UnwrapRef<typeof import('@vueuse/core')['useToString']>
1238
- readonly useToggle: UnwrapRef<typeof import('@vueuse/core')['useToggle']>
1239
- readonly useTransition: UnwrapRef<typeof import('@vueuse/core')['useTransition']>
1240
- readonly useTrunc: UnwrapRef<typeof import('@vueuse/math')['useTrunc']>
1241
- readonly useUrlSearchParams: UnwrapRef<typeof import('@vueuse/core')['useUrlSearchParams']>
1242
- readonly useUserMedia: UnwrapRef<typeof import('@vueuse/core')['useUserMedia']>
1243
- readonly useVModel: UnwrapRef<typeof import('@vueuse/core')['useVModel']>
1244
- readonly useVModels: UnwrapRef<typeof import('@vueuse/core')['useVModels']>
1245
- readonly useVibrate: UnwrapRef<typeof import('@vueuse/core')['useVibrate']>
1246
- readonly useVirtualList: UnwrapRef<typeof import('@vueuse/core')['useVirtualList']>
1247
- readonly useWakeLock: UnwrapRef<typeof import('@vueuse/core')['useWakeLock']>
1248
- readonly useWebNotification: UnwrapRef<typeof import('@vueuse/core')['useWebNotification']>
1249
- readonly useWebSocket: UnwrapRef<typeof import('@vueuse/core')['useWebSocket']>
1250
- readonly useWebWorker: UnwrapRef<typeof import('@vueuse/core')['useWebWorker']>
1251
- readonly useWebWorkerFn: UnwrapRef<typeof import('@vueuse/core')['useWebWorkerFn']>
1252
- readonly useWindowFocus: UnwrapRef<typeof import('@vueuse/core')['useWindowFocus']>
1253
- readonly useWindowScroll: UnwrapRef<typeof import('@vueuse/core')['useWindowScroll']>
1254
- readonly useWindowSize: UnwrapRef<typeof import('@vueuse/core')['useWindowSize']>
2161
+ readonly useSorted: UnwrapRef<typeof import('./core/utils/src/vendors')['useSorted']>
2162
+ readonly useSpeechRecognition: UnwrapRef<typeof import('./core/utils/src/vendors')['useSpeechRecognition']>
2163
+ readonly useSpeechSynthesis: UnwrapRef<typeof import('./core/utils/src/vendors')['useSpeechSynthesis']>
2164
+ readonly useStepper: UnwrapRef<typeof import('./core/utils/src/vendors')['useStepper']>
2165
+ readonly useStorage: UnwrapRef<typeof import('./core/utils/src/vendors')['useStorage']>
2166
+ readonly useStorageAsync: UnwrapRef<typeof import('./core/utils/src/vendors')['useStorageAsync']>
2167
+ readonly useStyleTag: UnwrapRef<typeof import('./core/utils/src/vendors')['useStyleTag']>
2168
+ readonly useSum: UnwrapRef<typeof import('./core/utils/src/math')['useSum']>
2169
+ readonly useSupported: UnwrapRef<typeof import('./core/utils/src/vendors')['useSupported']>
2170
+ readonly useSwipe: UnwrapRef<typeof import('./core/utils/src/vendors')['useSwipe']>
2171
+ readonly useTemplateRefsList: UnwrapRef<typeof import('./core/utils/src/vendors')['useTemplateRefsList']>
2172
+ readonly useTextDirection: UnwrapRef<typeof import('./core/utils/src/vendors')['useTextDirection']>
2173
+ readonly useTextSelection: UnwrapRef<typeof import('./core/utils/src/vendors')['useTextSelection']>
2174
+ readonly useTextareaAutosize: UnwrapRef<typeof import('./core/utils/src/vendors')['useTextareaAutosize']>
2175
+ readonly useThrottledRefHistory: UnwrapRef<typeof import('./core/utils/src/vendors')['useThrottledRefHistory']>
2176
+ readonly useTimeAgo: UnwrapRef<typeof import('./core/utils/src/vendors')['useTimeAgo']>
2177
+ readonly useTimeoutPoll: UnwrapRef<typeof import('./core/utils/src/vendors')['useTimeoutPoll']>
2178
+ readonly useTimestamp: UnwrapRef<typeof import('./core/utils/src/vendors')['useTimestamp']>
2179
+ readonly useTitle: UnwrapRef<typeof import('./core/utils/src/vendors')['useTitle']>
2180
+ readonly useTransition: UnwrapRef<typeof import('./core/utils/src/vendors')['useTransition']>
2181
+ readonly useTrunc: UnwrapRef<typeof import('./core/utils/src/math')['useTrunc']>
2182
+ readonly useUrlSearchParams: UnwrapRef<typeof import('./core/utils/src/vendors')['useUrlSearchParams']>
2183
+ readonly useUserMedia: UnwrapRef<typeof import('./core/utils/src/vendors')['useUserMedia']>
2184
+ readonly useVModel: UnwrapRef<typeof import('./core/utils/src/vendors')['useVModel']>
2185
+ readonly useVModels: UnwrapRef<typeof import('./core/utils/src/vendors')['useVModels']>
2186
+ readonly useVibrate: UnwrapRef<typeof import('./core/utils/src/vendors')['useVibrate']>
2187
+ readonly useVirtualList: UnwrapRef<typeof import('./core/utils/src/vendors')['useVirtualList']>
2188
+ readonly useWakeLock: UnwrapRef<typeof import('./core/utils/src/vendors')['useWakeLock']>
2189
+ readonly useWebNotification: UnwrapRef<typeof import('./core/utils/src/vendors')['useWebNotification']>
2190
+ readonly useWebSocket: UnwrapRef<typeof import('./core/utils/src/vendors')['useWebSocket']>
2191
+ readonly useWebWorker: UnwrapRef<typeof import('./core/utils/src/vendors')['useWebWorker']>
2192
+ readonly useWebWorkerFn: UnwrapRef<typeof import('./core/utils/src/vendors')['useWebWorkerFn']>
2193
+ readonly useWindowFocus: UnwrapRef<typeof import('./core/utils/src/vendors')['useWindowFocus']>
2194
+ readonly useWindowScroll: UnwrapRef<typeof import('./core/utils/src/vendors')['useWindowScroll']>
2195
+ readonly useWindowSize: UnwrapRef<typeof import('./core/utils/src/vendors')['useWindowSize']>
2196
+ readonly userConfigPath: UnwrapRef<typeof import('./core/path/src/index')['userConfigPath']>
1255
2197
  readonly utilsPath: UnwrapRef<typeof import('./core/path/src/index')['utilsPath']>
1256
- readonly validate: UnwrapRef<typeof import('./core/validation/src/index')['validate']>
1257
- readonly validateUsername: UnwrapRef<typeof import('./core/strings/src/validation')['validateUsername']>
2198
+ readonly validate: UnwrapRef<typeof import('./core/validation/src/validate')['validate']>
2199
+ readonly validateUsername: UnwrapRef<typeof import('./core/validation/src/is')['validateUsername']>
1258
2200
  readonly validationPath: UnwrapRef<typeof import('./core/path/src/index')['validationPath']>
1259
2201
  readonly verifyHash: UnwrapRef<typeof import('./core/security/src/hash')['verifyHash']>
1260
2202
  readonly vi: UnwrapRef<typeof import('vitest')['vi']>
1261
2203
  readonly vitest: UnwrapRef<typeof import('vitest')['vitest']>
1262
2204
  readonly watch: UnwrapRef<typeof import('vue')['watch']>
1263
- readonly watchArray: UnwrapRef<typeof import('@vueuse/core')['watchArray']>
1264
- readonly watchAtMost: UnwrapRef<typeof import('@vueuse/core')['watchAtMost']>
1265
- readonly watchDebounced: UnwrapRef<typeof import('@vueuse/core')['watchDebounced']>
2205
+ readonly watchArray: UnwrapRef<typeof import('./core/utils/src/vendors')['watchArray']>
2206
+ readonly watchAtMost: UnwrapRef<typeof import('./core/utils/src/vendors')['watchAtMost']>
2207
+ readonly watchDebounced: UnwrapRef<typeof import('./core/utils/src/vendors')['watchDebounced']>
2208
+ readonly watchDeep: UnwrapRef<typeof import('./core/utils/src/vendors')['watchDeep']>
1266
2209
  readonly watchEffect: UnwrapRef<typeof import('vue')['watchEffect']>
1267
- readonly watchIgnorable: UnwrapRef<typeof import('@vueuse/core')['watchIgnorable']>
1268
- readonly watchOnce: UnwrapRef<typeof import('@vueuse/core')['watchOnce']>
1269
- readonly watchPausable: UnwrapRef<typeof import('@vueuse/core')['watchPausable']>
2210
+ readonly watchIgnorable: UnwrapRef<typeof import('./core/utils/src/vendors')['watchIgnorable']>
2211
+ readonly watchImmediate: UnwrapRef<typeof import('./core/utils/src/vendors')['watchImmediate']>
2212
+ readonly watchOnce: UnwrapRef<typeof import('./core/utils/src/vendors')['watchOnce']>
2213
+ readonly watchPausable: UnwrapRef<typeof import('./core/utils/src/vendors')['watchPausable']>
1270
2214
  readonly watchPostEffect: UnwrapRef<typeof import('vue')['watchPostEffect']>
1271
2215
  readonly watchSyncEffect: UnwrapRef<typeof import('vue')['watchSyncEffect']>
1272
- readonly watchThrottled: UnwrapRef<typeof import('@vueuse/core')['watchThrottled']>
1273
- readonly watchTriggerable: UnwrapRef<typeof import('@vueuse/core')['watchTriggerable']>
1274
- readonly watchWithFilter: UnwrapRef<typeof import('@vueuse/core')['watchWithFilter']>
1275
- readonly whenever: UnwrapRef<typeof import('@vueuse/core')['whenever']>
2216
+ readonly watchThrottled: UnwrapRef<typeof import('./core/utils/src/vendors')['watchThrottled']>
2217
+ readonly watchTriggerable: UnwrapRef<typeof import('./core/utils/src/vendors')['watchTriggerable']>
2218
+ readonly watchWithFilter: UnwrapRef<typeof import('./core/utils/src/vendors')['watchWithFilter']>
2219
+ readonly whenever: UnwrapRef<typeof import('./core/utils/src/vendors')['whenever']>
1276
2220
  readonly writeJsonFile: UnwrapRef<typeof import('./core/storage/src/index')['writeJsonFile']>
1277
2221
  readonly writeTextFile: UnwrapRef<typeof import('./core/storage/src/index')['writeTextFile']>
1278
2222
  readonly xRayPath: UnwrapRef<typeof import('./core/path/src/index')['xRayPath']>
1279
- readonly z: UnwrapRef<typeof import('./core/validation/src/index')['z']>
2223
+ readonly z: UnwrapRef<typeof import('./core/validation/src/validate')['z']>
1280
2224
  }
1281
2225
  }