UNPKG

@rnaga/wp-node

Version:

👉 **[View Full Documentation at rnaga.github.io/wp-node →](https://rnaga.github.io/wp-node/)**

3 lines • 185 B
export declare const phpSerialize: (data: any) => string; export declare const phpUnserialize: <T = any>(data: any, failSafe?: boolean) => T; //# sourceMappingURL=php-serialize.d.ts.map