UNPKG

95 BTypeScriptView Raw
1export declare abstract class AbstractStrategy {
2 abstract validate(...args: any[]): any;
3}