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