UNPKG

@mantine/form

Version:

Mantine form management library

13 lines (10 loc) 234 B
'use client'; 'use strict'; function getSplittedPath(path) { if (typeof path !== "string") { return []; } return path.split("."); } exports.getSplittedPath = getSplittedPath; //# sourceMappingURL=get-splitted-path.cjs.map