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;
}