UNPKG

xterm

Version:

Full xterm terminal, in your browser

11 lines (8 loc) 208 B
/** * Copyright (c) 2017 The xterm.js authors. All rights reserved. * @license MIT * * This file is the entry point for browserify. */ import { Terminal } from './Terminal'; module.exports = Terminal;