UNPKG

@conarti/eslint-plugin-feature-sliced

Version:
8 lines (7 loc) 270 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isSlicePublicApi = void 0; function isSlicePublicApi(pathsInfo) { return pathsInfo.validatedFeatureSlicedPartsOfTarget.hasNotSegment; } exports.isSlicePublicApi = isSlicePublicApi;