@stacksjs/path
Version:
119 lines (118 loc) • 7.67 kB
TypeScript
export declare function actionsPath(path?: string): string;
export declare function relativeActionsPath(path?: string): string;
export declare function userActionsPath(path?: string, options?: { relative: , true }): string;
export declare function builtUserActionsPath(path?: string, options?: { relative: , boolean }): string;
export declare function userComponentsPath(path?: string): string;
export declare function userViewsPath(path?: string): string;
export declare function userFunctionsPath(path?: string): string;
export declare function userJobsPath(path?: string): string;
export declare function userListenersPath(path?: string): string;
export declare function userMiddlewarePath(path?: string): string;
export declare function userModelsPath(path?: string): string;
export declare function userNotificationsPath(path?: string): string;
export declare function userDatabasePath(path?: string): string;
export declare function userMigrationsPath(path?: string): string;
export declare function userEventsPath(): string;
export declare function aiPath(path?: string): string;
export declare function assetsPath(path?: string): string;
export declare function aliasPath(): string;
export declare function buddyPath(path?: string, options?: { relative?: , boolean }): string;
export declare function runtimePath(path?: string): string;
export declare function analyticsPath(path?: string): string;
export declare function arraysPath(path?: string): string;
export declare function appPath(path?: string, options?: { relative?: , boolean, cwd?: , string }): string;
export declare function authPath(path?: string): string;
export declare function coreApiPath(path?: string): string;
export declare function buildPath(path?: string): string;
export declare function buildEnginePath(path?: string): string;
export declare function libsPath(path?: string): string;
export declare function userLibsPath(path?: 'components' | 'functions' | string): string;
export declare function libsEntriesPath(path?: string): string;
export declare function cachePath(path?: string): string;
export declare function chatPath(path?: string): string;
export declare function cliPath(path?: string): string;
export declare function cloudPath(path?: string): string;
export declare function frameworkCloudPath(path?: string): string;
export declare function collectionsPath(path?: string): string;
export declare function commandsPath(path?: string): string;
export declare function componentsPath(path?: string): string;
export declare function configPath(path?: string): string;
export declare function corePath(path?: string): string;
export declare function customElementsDataPath(): string;
export declare function databasePath(path?: string): string;
export declare function datetimePath(path?: string): string;
export declare function developmentPath(path?: string): string;
export declare function desktopPath(path?: string): string;
export declare function docsPath(path?: string): string;
export declare function dnsPath(path?: string): string;
export declare function emailPath(path?: string): string;
export declare function enumsPath(path?: string): string;
export declare function eslintPluginPath(path?: string): string;
export declare function errorHandlingPath(path?: string): string;
export declare function eventsPath(path?: string): string;
export declare function coreEnvPath(path?: string): string;
export declare function examplesPath(type?: 'vue-components' | 'web-components'): string;
export declare function fakerPath(path?: string): string;
export declare function frameworkPath(path?: string, options?: { relative?: , boolean, cwd?: , string }): string;
export declare function browserPath(path?: string): string;
export declare function healthPath(path?: string): string;
export declare function functionsPath(path?: string): string;
export declare function gitPath(path?: string): string;
export declare function langPath(path?: string): string;
export declare function layoutsPath(path?: string, options?: { relative?: , boolean, defaults?: , boolean }): string;
export declare type LibraryType = 'vue-components' | 'web-components' | 'functions'
export declare function libraryEntryPath(type: LibraryType): string;
export declare function lintPath(path?: string): string;
export declare function listenersPath(path?: string): string;
export declare function jobsPath(path?: string): string;
export declare function loggingPath(path?: string): string;
export declare function logsPath(path?: string): string;
export declare function modelsPath(path?: string): string;
export declare function modulesPath(path?: string): string;
export declare function notificationsPath(path?: string): string;
export declare function ormPath(path?: string): string;
export declare function objectsPath(path?: string): string;
export declare function onboardingPath(path?: string): string;
export declare function packageJsonPath(type: LibraryType): string;
export declare function viewsPath(path?: string): string;
export declare function pathPath(path?: string): string;
export declare function paymentsPath(path?: string): string;
export declare function projectPath(filePath, options?: { relative: , boolean }): string;
export declare function projectConfigPath(path?: string): string;
export declare function storagePath(path?: string): string;
export declare function publicPath(path?: string): string;
export declare function pushPath(path?: string): string;
export declare function queryBuilderPath(path?: string): string;
export declare function queuePath(path?: string): string;
export declare function realtimePath(path?: string): string;
export declare function resourcesPath(path?: string, options?: { relative?: , boolean }): string;
export declare function replPath(path?: string): string;
export declare function routerPath(path?: string): string;
export declare function routesPath(path?: string, options?: { relative?: , boolean }): string;
export declare function searchEnginePath(path?: string): string;
export declare function settingsPath(path?: string): string;
export declare function scriptsPath(path?: string): string;
export declare function schedulerPath(path?: string): string;
export declare function slugPath(path?: string): string;
export declare function smsPath(path?: string): string;
export declare function coreStoragePath(path?: string): string;
export declare function storesPath(path?: string): string;
export declare function securityPath(path?: string): string;
export declare function serverPath(path?: string): string;
export declare function userServerPath(path?: string): string;
export declare function serverlessPath(path?: string): string;
export declare function stacksPath(path?: string): string;
export declare function shellPath(path?: string): string;
export declare function stringsPath(path?: string): string;
export declare function testingPath(path?: string): string;
export declare function tinkerPath(path?: string): string;
export declare function testsPath(path?: string): string;
export declare function typesPath(path?: string): string;
export declare function uiPath(path?: string, options?: { relative?: , boolean }): string;
export declare function utilsPath(path?: string): string;
export declare function validationPath(path?: string): string;
export declare function viteConfigPath(path?: string): string;
export declare function vitePluginPath(path?: string): string;
export declare function xRayPath(path?: string): string;
export declare function homeDir(path?: string): string;
export { basename, delimiter, dirname, extname, isAbsolute, join, normalize, relative, resolve, sep, toNamespacedPath }