Alan Agius 56b44aba74 refactor(@angular-devkit/build-angular): remove types for @discoveryjs/json-ext
This package now ships TypeScript declaration files.
2022-03-24 08:53:24 +01:00

14 lines
393 B
TypeScript

/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
declare module '@babel/helper-annotate-as-pure' {
export default function annotateAsPure(
pathOrNode: import('@babel/types').Node | { node: import('@babel/types').Node },
): void;
}