0.11.6 • Published 1 year ago

@chengdx/defa v0.11.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@chengdx/defa

Make the result of defu arrays reasonable.

import defa from '@chengdx/defa'

const _ = defu([1, 2, 3], [4, 5, 6]) // _ is  an object :{ 0: 1, 1: 2, 2: 3 }
const r = defuWithArray([1, 2, 3], [4, 5, 6]) // but r is an array: [1, 2, 3]
0.11.6

1 year ago

0.11.1

1 year ago

0.11.4

1 year ago

0.11.0

1 year ago

0.10.2

1 year ago

0.10.1

1 year ago

0.10.0

1 year ago

0.9.0

1 year ago

0.8.0

1 year ago

0.7.2

1 year ago