UNPKG

137 BTypeScriptView Raw
1import { IsExternal } from "rollup";
2declare function arrayToExternal(modules: string[]): IsExternal;
3export default arrayToExternal;