* Switch to SPDX license format for all non-codegen files * Add test to ensure all committed JS files have SPDX header
17 lines
338 B
TypeScript
17 lines
338 B
TypeScript
/*
|
|
* Copyright Elasticsearch B.V. and contributors
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
import buildServer from './buildServer'
|
|
import * as connection from './MockConnection'
|
|
import buildCluster from './buildCluster'
|
|
import * as buildProxy from './buildProxy'
|
|
|
|
export {
|
|
buildServer,
|
|
connection,
|
|
buildCluster,
|
|
buildProxy
|
|
}
|