3 lines
113 B
Plaintext
3 lines
113 B
Plaintext
import * as ts from 'typescript';
|
|
export declare function isHigherPrecedenceThanAwait(tsNode: ts.Node): boolean;
|