UNPKG

@inst/vscode-bin-darwin

Version:

BINARY ONLY - VSCode binary deployment for macOS

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;