Sign in
chromium
/
devtools
/
devtools-frontend
/
e9e6b54c056cea4be7411d34be2a32e16648b3f6
/
.
/
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
;
}