mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-19 14:30:38 -07:00
refactor: IDrop interface => abstract method
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
export abstract class Drop {
|
||||
abstract valueOf(): any;
|
||||
|
||||
liquid_method_missing (name: string) { // eslint-disable-line
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user