mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-07 05:41:22 -06:00
Remove duplicate function (#17807)
This commit is contained in:
parent
2729281a14
commit
babb88a0aa
@ -830,10 +830,6 @@ namespace ts.refactor.extractMethod {
|
||||
}
|
||||
}
|
||||
|
||||
function isModuleBlock(n: Node): n is ModuleBlock {
|
||||
return n.kind === SyntaxKind.ModuleBlock;
|
||||
}
|
||||
|
||||
function isReadonlyArray(v: any): v is ReadonlyArray<any> {
|
||||
return isArray(v);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user