UNPKG

aurelia-bundler

Version:

A library for bundling JavaScript, HTML and CSS for use with SystemJS.

7 lines (6 loc) 274 B
/// <reference types="bluebird" /> import * as Promise from 'bluebird'; import { Config } from './models'; export * from './unbundle'; export declare function bundle(inpConfig: Config): Promise<any[]>; export declare function depCache(bundleConfig: Config): Promise<any[]>;