isZone() function
A type guard for ZoneInterface.
Signature:
declare function isZone(node: any): node is ZoneInterface;
Parameters
Parameter |
Type |
Description |
---|---|---|
node |
any |
node is ZoneInterface
A type guard for ZoneInterface.
Signature:
declare function isZone(node: any): node is ZoneInterface;
Parameter |
Type |
Description |
---|---|---|
node |
any |
node is ZoneInterface