UNPKG

123 BTypeScriptView Raw
1type Serializable = string | object | number | boolean | bigint;
2
3export {
4 Serializable as CPSerializable,
5};
6
7export {};