UNPKG

aurelia-bundler

Version:

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

5 lines (4 loc) 170 B
/// <reference types="bluebird" /> import * as Promise from 'bluebird'; import { Config } from './models'; export declare function unbundle(cfg: Config): Promise<any[]>;