mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-17 21:40:39 -07:00
feat: promise support for drops, working on #65
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ export abstract class Drop {
|
||||
return undefined
|
||||
}
|
||||
|
||||
liquidMethodMissing (key: string): string | undefined {
|
||||
liquidMethodMissing (key: string): Promise<string | undefined> | string | undefined {
|
||||
return undefined
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user