Member predicate ImportDeclaration::isDeferredImport
Holds if this is declared with the defer keyword, for example:
import defer * as f from "somewhere";
predicate isDeferredImport()Holds if this is declared with the defer keyword, for example:
import defer * as f from "somewhere";
predicate isDeferredImport()