mirror of
https://github.com/619dev/PaperPhone.git
synced 2026-06-02 05:59:43 +08:00
4 lines
83 B
JavaScript
4 lines
83 B
JavaScript
export const isSerializableHeaderValue = (value) => {
|
|
return value != null;
|
|
};
|