UNPKG

@sasjs/cli

Version:

Command line interface for SASjs

4 lines (3 loc) 284 B
import { ServerType } from '@sasjs/utils'; import { AssetPathMap } from './createAssetServices'; export declare const updateScriptTag: (tag: HTMLScriptElement, webSourcePathFull: string, destinationPath: string, serverType: ServerType, assetPathMap: AssetPathMap[]) => Promise<void>;