UNPKG

@uns-kit/core

Version:

Core utilities and runtime building blocks for UNS-based realtime transformers.

8 lines 276 B
export interface ResolveBasePathOptions { start?: string; envBasePath?: string | null; cwd?: string; } export declare function resolveBasePath(options?: ResolveBasePathOptions): string; export declare const basePath: string; //# sourceMappingURL=base-path.d.ts.map