UNPKG

@redocly/respect-core

Version:
7 lines 254 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isTestFile = isTestFile; function isTestFile(path, fileContent) { return /\.(yaml|yml|json)$/i.test(path) && !!fileContent.arazzo; } //# sourceMappingURL=file.js.map