@@ -51,7 +51,6 @@ declare global {
51
51
const and : typeof import ( './core/utils/src/math' ) [ 'and' ]
52
52
const ansi256Bg : typeof import ( './core/cli/src/utilities' ) [ 'ansi256Bg' ]
53
53
const any : typeof import ( './core/validation/src/validate' ) [ 'any' ]
54
- const app : typeof import ( '../config/app' ) [ 'default' ]
55
54
const appPath : typeof import ( './core/path/src/index' ) [ 'appPath' ]
56
55
const arr : typeof import ( './core/arrays/src/macro' ) [ 'arr' ]
57
56
const array : typeof import ( './core/validation/src/validate' ) [ 'array' ]
@@ -102,20 +101,16 @@ declare global {
102
101
const breakpointsVuetify : typeof import ( './core/utils/src/vendors' ) [ 'breakpointsVuetify' ]
103
102
const buildEnginePath : typeof import ( './core/path/src/index' ) [ 'buildEnginePath' ]
104
103
const buildPath : typeof import ( './core/path/src/index' ) [ 'buildPath' ]
105
- const cache : typeof import ( '../config/cache' ) [ 'default' ]
106
104
const cachePath : typeof import ( './core/path/src/index' ) [ 'cachePath' ]
107
105
const calculatePagination : typeof import ( './core/search-engine/src/index' ) [ 'calculatePagination' ]
108
106
const camelCase : typeof import ( './core/strings/src/case' ) [ 'camelCase' ]
109
107
const capitalCase : typeof import ( './core/strings/src/case' ) [ 'capitalCase' ]
110
108
const capitalize : typeof import ( './core/strings/src/case' ) [ 'capitalize' ]
111
- const cdn : typeof import ( '../config/cdn' ) [ 'default' ]
112
109
const chai : typeof import ( 'vitest' ) [ 'chai' ]
113
- const chat : typeof import ( '../config/chat' ) [ 'default' ]
114
110
const chatPath : typeof import ( './core/path/src/index' ) [ 'chatPath' ]
115
111
const clamp : typeof import ( './core/utils/src/math' ) [ 'clamp' ]
116
112
const clampArrayRange : typeof import ( './core/arrays/src/helpers' ) [ 'clampArrayRange' ]
117
113
const clearUndefined : typeof import ( './core/objects/src/index' ) [ 'clearUndefined' ]
118
- const cli : typeof import ( '../config/cli' ) [ 'default' ]
119
114
const cliPath : typeof import ( './core/path/src/index' ) [ 'cliPath' ]
120
115
const client : typeof import ( './core/search-engine/src/index' ) [ 'client' ]
121
116
const cloneFnJSON : typeof import ( './core/utils/src/vendors' ) [ 'cloneFnJSON' ]
@@ -170,7 +165,6 @@ declare global {
170
165
const customStorageEventName : typeof import ( './core/utils/src/vendors' ) [ 'customStorageEventName' ]
171
166
const cyan : typeof import ( './core/cli/src/utilities' ) [ 'cyan' ]
172
167
const dashboardPath : typeof import ( './core/path/src/index' ) [ 'dashboardPath' ]
173
- const database : typeof import ( '../config/database' ) [ 'default' ]
174
168
const databasePath : typeof import ( './core/path/src/index' ) [ 'databasePath' ]
175
169
const dateFormat : typeof import ( './core/datetime/src/index' ) [ 'dateFormat' ]
176
170
const datetimePath : typeof import ( './core/path/src/index' ) [ 'datetimePath' ]
@@ -218,7 +212,6 @@ declare global {
218
212
const deleteFiles : typeof import ( './core/storage/src/files' ) [ 'deleteFiles' ]
219
213
const deleteFolder : typeof import ( './core/storage/src/folders' ) [ 'deleteFolder' ]
220
214
const delimiter : typeof import ( './core/path/src/index' ) [ 'delimiter' ]
221
- const deps : typeof import ( '../config/deps' ) [ 'default' ]
222
215
const describe : typeof import ( 'vitest' ) [ 'describe' ]
223
216
const desktopPath : typeof import ( './core/path/src/index' ) [ 'desktopPath' ]
224
217
const detectIndent : typeof import ( './core/strings/src/utils' ) [ 'detectIndent' ]
@@ -232,9 +225,7 @@ declare global {
232
225
const dirname : typeof import ( './core/path/src/index' ) [ 'dirname' ]
233
226
const discord : typeof import ( './core/chat/src/index' ) [ 'discord' ]
234
227
const dispatch : typeof import ( './core/events/src/index' ) [ 'dispatch' ]
235
- const dns : typeof import ( '../config/dns' ) [ 'default' ]
236
228
const dnsPath : typeof import ( './core/path/src/index' ) [ 'dnsPath' ]
237
- const docs : typeof import ( '../config/docs' ) [ 'default' ]
238
229
const docsPath : typeof import ( './core/path/src/index' ) [ 'docsPath' ]
239
230
const doesFolderExist : typeof import ( './core/storage/src/folders' ) [ 'doesFolderExist' ]
240
231
const doesNotContain : typeof import ( './core/arrays/src/contains' ) [ 'doesNotContain' ]
@@ -245,7 +236,6 @@ declare global {
245
236
const eagerComputed : typeof import ( './core/utils/src/vendors' ) [ 'eagerComputed' ]
246
237
const effect : typeof import ( './core/signals/src/index' ) [ 'effect' ]
247
238
const effectScope : typeof import ( 'vue' ) [ 'effectScope' ]
248
- const email : typeof import ( '../config/email' ) [ 'default' ]
249
239
const emailPath : typeof import ( './core/path/src/index' ) [ 'emailPath' ]
250
240
const encrypt : typeof import ( './core/security/src/crypt' ) [ 'encrypt' ]
251
241
const ensurePrefix : typeof import ( './core/strings/src/utils' ) [ 'ensurePrefix' ]
@@ -294,7 +284,6 @@ declare global {
294
284
const getFolders : typeof import ( './core/storage/src/folders' ) [ 'getFolders' ]
295
285
const getSSRHandler : typeof import ( './core/utils/src/vendors' ) [ 'getSSRHandler' ]
296
286
const getTypeName : typeof import ( './core/utils/src/base' ) [ 'getTypeName' ]
297
- const git : typeof import ( '../config/git' ) [ 'default' ]
298
287
const gitPath : typeof import ( './core/path/src/index' ) [ 'gitPath' ]
299
288
const goToNextPage : typeof import ( './core/search-engine/src/index' ) [ 'goToNextPage' ]
300
289
const goToPage : typeof import ( './core/search-engine/src/index' ) [ 'goToPage' ]
@@ -312,7 +301,6 @@ declare global {
312
301
const hasOwnProperty : typeof import ( './core/objects/src/index' ) [ 'hasOwnProperty' ]
313
302
const hasScript : typeof import ( './core/utils/src/helpers' ) [ 'hasScript' ]
314
303
const hasSubUnits : typeof import ( './core/utils/src/currency' ) [ 'hasSubUnits' ]
315
- const hashing : typeof import ( '../config/hashing' ) [ 'default' ]
316
304
const haveSameAmount : typeof import ( './core/utils/src/currency' ) [ 'haveSameAmount' ]
317
305
const haveSameCurrency : typeof import ( './core/utils/src/currency' ) [ 'haveSameCurrency' ]
318
306
const headerCase : typeof import ( './core/strings/src/case' ) [ 'headerCase' ]
@@ -429,7 +417,6 @@ declare global {
429
417
const lastPageNumber : typeof import ( './core/search-engine/src/index' ) [ 'lastPageNumber' ]
430
418
const lessThan : typeof import ( './core/utils/src/currency' ) [ 'lessThan' ]
431
419
const lessThanOrEqual : typeof import ( './core/utils/src/currency' ) [ 'lessThanOrEqual' ]
432
- const library : typeof import ( '../config/library' ) [ 'default' ]
433
420
const libraryEntryPath : typeof import ( './core/path/src/index' ) [ 'libraryEntryPath' ]
434
421
const libsEntriesPath : typeof import ( './core/path/src/index' ) [ 'libsEntriesPath' ]
435
422
const libsPath : typeof import ( './core/path/src/index' ) [ 'libsPath' ]
@@ -479,7 +466,6 @@ declare global {
479
466
const not : typeof import ( './core/utils/src/math' ) [ 'not' ]
480
467
const notNullish : typeof import ( './core/utils/src/guards' ) [ 'notNullish' ]
481
468
const notUndefined : typeof import ( './core/utils/src/guards' ) [ 'notUndefined' ]
482
- const notification : typeof import ( '../config/notification' ) [ 'default' ]
483
469
const notificationsPath : typeof import ( './core/path/src/index' ) [ 'notificationsPath' ]
484
470
const now : typeof import ( './core/datetime/src/index' ) [ 'now' ]
485
471
const number : typeof import ( './core/validation/src/validate' ) [ 'number' ]
@@ -534,7 +520,6 @@ declare global {
534
520
const path : typeof import ( './core/path/src/index' ) [ 'path' ]
535
521
const pathCase : typeof import ( './core/strings/src/case' ) [ 'pathCase' ]
536
522
const pathPath : typeof import ( './core/path/src/index' ) [ 'pathPath' ]
537
- const payment : typeof import ( '../config/payment' ) [ 'default' ]
538
523
const paymentsPath : typeof import ( './core/path/src/index' ) [ 'paymentsPath' ]
539
524
const perPage : typeof import ( './core/search-engine/src/index' ) [ 'perPage' ]
540
525
const plivo : typeof import ( './core/sms/src/drivers/index' ) [ 'plivo' ]
@@ -550,7 +535,6 @@ declare global {
550
535
const put : typeof import ( './core/storage/src/files' ) [ 'put' ]
551
536
const query : typeof import ( './core/search-engine/src/index' ) [ 'query' ]
552
537
const queryBuilderPath : typeof import ( './core/path/src/index' ) [ 'queryBuilderPath' ]
553
- const queue : typeof import ( '../config/queue' ) [ 'default' ]
554
538
const queuePath : typeof import ( './core/path/src/index' ) [ 'queuePath' ]
555
539
const rand : typeof import ( './core/utils/src/math' ) [ 'rand' ]
556
540
const randomStr : typeof import ( './core/strings/src/utils' ) [ 'randomStr' ]
@@ -586,7 +570,6 @@ declare global {
586
570
const sample : typeof import ( './core/arrays/src/helpers' ) [ 'sample' ]
587
571
const schedulerPath : typeof import ( './core/path/src/index' ) [ 'schedulerPath' ]
588
572
const scriptsPath : typeof import ( './core/path/src/index' ) [ 'scriptsPath' ]
589
- const searchEngine : typeof import ( '../config/search-engine' ) [ 'default' ]
590
573
const searchEnginePath : typeof import ( './core/path/src/index' ) [ 'searchEnginePath' ]
591
574
const searchFilters : typeof import ( './core/search-engine/src/index' ) [ 'searchFilters' ]
592
575
const searchParams : typeof import ( './core/search-engine/src/index' ) [ 'searchParams' ]
@@ -597,7 +580,6 @@ declare global {
597
580
const sep : typeof import ( './core/path/src/index' ) [ 'sep' ]
598
581
const serverPath : typeof import ( './core/path/src/index' ) [ 'serverPath' ]
599
582
const serverlessPath : typeof import ( './core/path/src/index' ) [ 'serverlessPath' ]
600
- const services : typeof import ( '../config/services' ) [ 'default' ]
601
583
const setEnvValue : typeof import ( './core/utils/src/helpers' ) [ 'setEnvValue' ]
602
584
const setSSRHandler : typeof import ( './core/utils/src/vendors' ) [ 'setSSRHandler' ]
603
585
const setTotalHits : typeof import ( './core/search-engine/src/index' ) [ 'setTotalHits' ]
@@ -614,7 +596,6 @@ declare global {
614
596
const sleep : typeof import ( './core/utils/src/promise' ) [ 'sleep' ]
615
597
const slug : typeof import ( './core/strings/src/utils' ) [ 'slug' ]
616
598
const slugPath : typeof import ( './core/path/src/index' ) [ 'slugPath' ]
617
- const sms : typeof import ( '../config/sms' ) [ 'default' ]
618
599
const sms77 : typeof import ( './core/sms/src/drivers/index' ) [ 'sms77' ]
619
600
const smsPath : typeof import ( './core/path/src/index' ) [ 'smsPath' ]
620
601
const snakeCase : typeof import ( './core/strings/src/case' ) [ 'snakeCase' ]
@@ -681,7 +662,6 @@ declare global {
681
662
const tryOnUnmounted : typeof import ( './core/utils/src/vendors' ) [ 'tryOnUnmounted' ]
682
663
const twilio : typeof import ( './core/sms/src/drivers/index' ) [ 'twilio' ]
683
664
const typesPath : typeof import ( './core/path/src/index' ) [ 'typesPath' ]
684
- const ui : typeof import ( '../config/ui' ) [ 'default' ]
685
665
const uiPath : typeof import ( './core/path/src/index' ) [ 'uiPath' ]
686
666
const underline : typeof import ( './core/cli/src/utilities' ) [ 'underline' ]
687
667
const uniq : typeof import ( './core/arrays/src/helpers' ) [ 'uniq' ]
0 commit comments