// // Created by pengfei.zhou on 2021/11/19. // #import #import @interface JSValue (Doric) - (BOOL)isArrayBuffer; - (NSData *)toArrayBuffer; @end