UNPKG

109 BTypeScriptView Raw
1export declare abstract class Drop {
2 liquidMethodMissing(key: string | number): Promise<any> | any;
3}