UNPKG
@playbooks/serializers
Version:
latest (0.13.1)
0.13.1
0.13.0
0.12.1
0.12.0
0.11.2
0.11.1
0.11.0
0.10.2
0.10.1
0.10.0
0.9.3
0.9.2
0.9.1
0.9.0
0.0.4
0.0.3
0.0.2
0.0.1
A collection of serializers for Playbooks.
playbooks-xyz/playbooks-core
@playbooks/serializers
/
dist
/
base.d.ts
4 lines
(3 loc)
•
267 B
TypeScript
View Raw
1
2
3
4
export
declare
const
serializeArray
:
(
type
?:
string
,
data
?:
any
,
attrs
?:
string
[]
) =>
any
[];
export
declare
const
serialize
:
(
type
?:
string
,
data
?: {},
attrs
?:
string
[]
) =>
any
;
export
declare
const
serializeAttrs
:
(
type
?:
string
,
data
?: {},
attrs
?:
string
[]
) =>
{};