UNPKG

@sasjs/cli

Version:

Command line interface for SASjs

3 lines (2 loc) 173 B
import { ServerType } from '@sasjs/utils'; export declare const getAssetPath: (appLoc: string, serverType: ServerType, streamWebFolder: string, fileName: string) => string;