UNPKG

@prismatic-io/spectral

Version:

Utility library for building Prismatic connectors and code-native integrations

6 lines (5 loc) 239 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.truncatePathByFolder = void 0; const truncatePathByFolder = (path, folder) => path.split(folder)[1]; exports.truncatePathByFolder = truncatePathByFolder;