mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-11 10:38:31 -05:00
9 lines
294 B
TypeScript
9 lines
294 B
TypeScript
// Copyright (c) Microsoft Corporation.
|
|
// Licensed under the Source EULA.
|
|
|
|
/*
|
|
* This file imports all public APIs for this extension and used to generate index.d.ts.
|
|
* Generated typing file can be used by other extensions to access public APIs.
|
|
*/
|
|
export { providerId } from './constants';
|