@ng-doc/builder
Version:
<!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/ng-doc/ng-doc"> <img src="https://ng-doc.com/assets/images/ng-doc.svg?raw=true" alt="Logo" height="150px"> </a>
13 lines • 404 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.isPageEntryMetadata = isPageEntryMetadata;
const minimatch_1 = require("minimatch");
const variables_1 = require("../../variables");
/**
*
* @param entry
*/
function isPageEntryMetadata(entry) {
return (0, minimatch_1.minimatch)(entry.path, variables_1.PAGE_PATTERN);
}
//# sourceMappingURL=entry-metadata.js.map
;