UNPKG

@enonic/mock-xp

Version:

Mock Enonic XP API JavaScript Library

10 lines (9 loc) 270 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.parentFromPath = void 0; function parentFromPath(path) { var parts = path.split('/'); parts.pop(); return parts.join('/') || '/'; } exports.parentFromPath = parentFromPath;