Sign in
chromium
/
devtools
/
devtools-frontend
/
7bddf9c31d36d144859b581763c68ac638f35e13
/
.
/
test
/
shared
/
rimraf.d.ts
blob: 607a3a83fb95cfe13b3fab02468724ca1d8090af [
file
] [
log
] [
blame
]
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
declare
module
'rimraf'
{
export
function
sync
(
path
:
string
):
void
;
}