rollup-main.d.ts 351 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
/**
 * @license
 * Copyright Google Inc. All Rights Reserved.
 *
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file at https://angular.io/license
 */
/// <amd-module name="zone.js/lib/node/rollup-main" />
import '../zone';
import '../common/promise';
import '../common/to-string';
import './node';