Skip to content

Commit 2c23bc8

Browse files
author
Adam Jenkins
committed
Add interpolation type
1 parent c240ef8 commit 2c23bc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: types/index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export interface EngineOptions {
22
allowUndefinedFacts?: boolean;
33
pathResolver?: PathResolver;
4+
interpolation?: RegExp | string;
45
}
56

67
export interface EngineResult {

0 commit comments

Comments
 (0)