/******************************************************************************** * Copyright (c) 2020 TypeFox and others * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 ********************************************************************************/ export * from './create-namespace'; export * from './create-namespace-options'; export * from './get'; export * from './get-options'; export * from './login'; export * from './login-options'; export * from './logout'; export * from './publish'; export * from './publish-options'; export * from './registry'; export * from './registry-options'; export * from './verify-pat'; export * from './verify-pat-options'; export { isLicenseOk } from './check-license'; export { validateManifest, readManifest } from './util';