1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-23 17:10:07 +00:00
Nuxt/test/fixtures/basic/other-composables-folder/custom-keyed-composable.ts

4 lines
73 B
TypeScript

export function useCustomKeyedComposable (arg?: string) {
return arg
}