UNPKG

create-dolittle-microservice

Version:

[![Build](https://github.com/dolittle-entropy/vanir/actions/workflows/build.yml/badge.svg)](https://github.com/dolittle-entropy/vanir/actions/workflows/build.yml) [![Nuget](https://img.shields.io/nuget/v/Dolittle.Vanir.Backend)](https://www.nuget.org/pack

9 lines 280 B
export declare class Globals { private static _version?; private static _rootPath?; static set version(version: string); static get version(): string; static set rootPath(path: string); static get rootPath(): string; } //# sourceMappingURL=Globals.d.ts.map