aboutsummaryrefslogtreecommitdiff
path: root/types/other
diff options
context:
space:
mode:
Diffstat (limited to 'types/other')
-rw-r--r--types/other/rollup-parse-ast.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/types/other/rollup-parse-ast.d.ts b/types/other/rollup-parse-ast.d.ts
index d798f09e..efc42411 100644
--- a/types/other/rollup-parse-ast.d.ts
+++ b/types/other/rollup-parse-ast.d.ts
@@ -22,4 +22,5 @@
import type {ParseAst, ParseAstAsync} from 'rollup';
export const parseAst: ParseAst;
+
export const parseAstAsync: ParseAstAsync;