From 0a4edee0615beb74782bb7626279cf2a5feecc38 Mon Sep 17 00:00:00 2001 From: Ulad Kasach Date: Sat, 15 Jul 2023 19:44:31 -0700 Subject: [PATCH] fix(pkg): expose contents function type def --- src/contract/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/contract/index.ts b/src/contract/index.ts index 2c39c4f..2334430 100644 --- a/src/contract/index.ts +++ b/src/contract/index.ts @@ -2,6 +2,7 @@ export { FileCheckType, FileCheckFunction, FileFixFunction, + FileContentsFunction, FileCheckContext, FileCheckDeclarationInput, } from '../domain';