UNPKG

type2docfx

Version:

A tool to convert json format output from TypeDoc to schema driven reference model for DocFx to consume.

5 lines 177 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.uidRegex = void 0; exports.uidRegex = /@uid:(.+?)!@/g; //# sourceMappingURL=regex.js.map