source: trip-planner-front/node_modules/@angular/compiler-cli/linker/src/ast/utils.d.ts@ 6a80231

Last change on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 290 bytes
Line 
1/// <amd-module name="@angular/compiler-cli/linker/src/ast/utils" />
2/**
3 * Assert that the given `node` is of the type guarded by the `predicate` function.
4 */
5export declare function assert<T, K extends T>(node: T, predicate: (node: T) => node is K, expected: string): asserts node is K;
Note: See TracBrowser for help on using the repository browser.