mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-04-16 16:02:43 -05:00
Remove duplicate function (#17807)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user