mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-19 14:30:38 -07:00
docs: website for LiquidJS
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { FilterImpl } from './filter-impl'
|
||||
|
||||
export type FilterImplOptions = (this: FilterImpl, value: any, ...args: any[]) => any
|
||||
export interface FilterImplOptions {
|
||||
(this: FilterImpl, value: any, ...args: any[]): any;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user