UNPKG

llamaindex

Version:

<p align="center"> <img height="100" width="100" alt="LlamaIndex logo" src="https://ts.llamaindex.ai/square.svg" /> </p> <h1 align="center">LlamaIndex.TS</h1> <h3 align="center"> Data framework for your LLM application. </h3>

21 lines (20 loc) 648 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); _export_star(require("@llamaindex/core/node-parser"), exports); _export_star(require("@llamaindex/node-parser/code"), exports); _export_star(require("@llamaindex/node-parser/html"), exports); function _export_star(from, to) { Object.keys(from).forEach(function(k) { if (k !== "default" && !Object.prototype.hasOwnProperty.call(to, k)) { Object.defineProperty(to, k, { enumerable: true, get: function() { return from[k]; } }); } }); return from; }