Spaces:
Running
Running
File size: 170 Bytes
f23825d |
1 2 3 4 5 6 7 8 |
import { custom } from "serializr"
// https://github.com/mobxjs/serializr/issues/50#issuecomment-310831516
export const pojo = custom(
(val) => val,
(val) => val,
)
|