UNPKG

@imbricate/core

Version:

Imbricate Core, Notebook for Engineers

11 lines (10 loc) 242 B
/** * @author WMXPY * @namespace TextManager * @description Export */ export * from "./base-class/full-feature"; export * from "./base-class/readonly"; export * from "./feature"; export * from "./outcome"; export * from "./text-manager";