UNPKG

@backstage/backend-app-api

Version:

Core API used by Backstage backend apps

15 lines (12 loc) 264 B
'use strict'; function unwrapFeature(feature) { if ("$$type" in feature) { return feature; } if ("default" in feature) { return feature.default; } return feature; } exports.unwrapFeature = unwrapFeature; //# sourceMappingURL=helpers.cjs.js.map