UNPKG

@enonic/mock-xp

Version:

Mock Enonic XP API JavaScript Library

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