UNPKG

@tuniao/tnui-vue3-uniapp

Version:
8 lines (5 loc) 235 B
import { stringToPath } from './_stringToPath' import type { PropertyName, PropertyPath } from './_common' export function castPath(value: PropertyPath) { return Array.isArray(value) ? value : stringToPath(value as PropertyName) }