/** * Contains the public API and implementation of the Undo-Redo library. * * @author Maximilian Käfer * @author Kai S. K. Engelbart * @since 0.0.1 */ module dev.kske.undoredo { exports dev.kske.undoredo; }