UNPKG
openapi-sdk
Version:
latest (0.0.1)
0.0.1
This library was generated with [Nx](https://nx.dev).
openapi-sdk
/
src
/
utils
/
normalize.d.ts
3 lines
(2 loc)
•
141 B
TypeScript
View Raw
1
2
3
import
{
BuilderContext
}
from
'@angular-devkit/architect'
;
export
declare
function
getSourceRoot
(
context
:
BuilderContext
):
Promise
<
string
>;