UNPKG

@oiij/use

Version:

Som Composable Functions for Vue 3

7 lines (6 loc) 143 B
//#region src/composables/use-injection-key.ts function useInjectionKey(key) { return Symbol(key); } //#endregion export { useInjectionKey };