UNPKG

extension-develop

Version:
4 lines (3 loc) 296 B
import { FilepathList } from '../../../webpack-types'; export declare function getScriptEntries(scriptPath: string | string[] | undefined, excludeList: FilepathList): string[]; export declare function getCssEntries(scriptPath: string | string[] | undefined, excludeList: FilepathList): string[];