UNPKG

@lillallol/outline-pdf-data-structure

Version:

Create a pdf outline data structure from a high level string representation of pdf outline. This data structure can be used to create a real pdf outline.

6 lines (5 loc) 278 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.tagUnindent = void 0; var tagUnindent_1 = require("./tagUnindent"); Object.defineProperty(exports, "tagUnindent", { enumerable: true, get: function () { return tagUnindent_1.tagUnindent; } });