UNPKG

@halsp/core

Version:

面向云的现代渐进式轻量 Node.js 框架

4 lines (3 loc) 277 B
export declare function isCliAssetExist(assets: any[], compare: (asset: string) => boolean): boolean; export declare function tryAddCliAssets(config: any, compare: (asset: string) => boolean, ...addAssets: any[]): any; export declare function getCliAssets(config: any): any[];