Last change
on this file since eed0bf8 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 | */
|
---|
5 | export 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.