UNPKG

@methodus/server

Version:
10 lines (9 loc) 331 B
export declare class fp { static maybe(object: any): any; static unique(myArray: any): any; static maybeProto(object: any): any; static maybeMethodus(object: any): any; static maybeEach(object: any, callback: any): void; static maybeJson(object: any): object; static maybeString(object: any): string; }