@sasjs/cli
Version:
Command line interface for SASjs
4 lines (3 loc) • 300 B
TypeScript
import { ServerType } from '@sasjs/utils';
import { AssetPathMap } from './createAssetServices';
export declare const updateStyleTag: (tag: HTMLStyleElement | HTMLLinkElement, webSourcePathFull: string, destinationPath: string, serverType: ServerType, assetPathMap: AssetPathMap[]) => Promise<void>;