UNPKG
@coder/backstage-plugin-coder
Version:
latest (0.5.0-alpha.0)
0.5.0-alpha.0
0.4.0
0.3.0
0.2.1
0.2.0
0.1.0
0.0.2
0.0.1
Create and manage Coder workspaces from Backstage
coder/backstage-plugins
@coder/backstage-plugin-coder
/
dist
/
api
/
vendoredSdk
/
index.esm.js
10 lines
(7 loc)
•
176 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
Api
}
from
'./api/api.esm.js'
;
function
createCoderApi
(
) {
const
api =
new
Api
();
return
api; }
export
{ createCoderApi };
//# sourceMappingURL=index.esm.js.map