Module: lodash-ts/toArray

See:

Example

import toArray from 'lodash-ts/toArray';

toArray({ 'a': 1, 'b': 2 });
// => [1, 2]

toArray('abc');
// => ['a', 'b', 'c']

toArray(1);
// => []

toArray(null);
// => []

Module: lodash-ts/toArray

See:

Example

import toArray from 'lodash-ts/toArray';

toArray({ 'a': 1, 'b': 2 });
// => [1, 2]

toArray('abc');
// => ['a', 'b', 'c']

toArray(1);
// => []

toArray(null);
// => []

Module: lodash-ts/toArray

See:

Example

import toArray from 'lodash-ts/toArray';

toArray({ 'a': 1, 'b': 2 });
// => [1, 2]

toArray('abc');
// => ['a', 'b', 'c']

toArray(1);
// => []

toArray(null);
// => []