mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
8 lines
295 B
TypeScript
8 lines
295 B
TypeScript
// This file is a workaround for angular2-universal-preview version 0.84.2 relying on the declaration of
|
|
// Node's 'url' module. Ideally it would not declare dependencies on Node APIs except where it also supplies
|
|
// the definitions itself.
|
|
|
|
declare module 'url' {
|
|
export interface Url {}
|
|
}
|