/******************************************************************************* * Copyright (c) 2019 TypeFox and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * https://www.eclipse.org/legal/epl-2.0. * * This Source Code may also be made available under the following Secondary * Licenses when the conditions for such availability set forth in the Eclipse * Public License v. 2.0 are satisfied: GPL-3.0 which is available at * https://www.gnu.org/licenses/gpl-3.0-standalone.html. * * SPDX-License-Identifier: EPL-2.0 OR GPL-3.0-or-later *******************************************************************************/ export * from "./elk-api"; import ElkConstructor from "./elk-api"; export default ElkConstructor;