mirror of
https://github.com/toss/es-toolkit.git
synced 2024-11-24 03:32:58 +03:00
parent
f7853a80c1
commit
7016baf301
@ -25,7 +25,7 @@ function castArray<T>(value?: T | readonly T[]): T[];
|
||||
## 예시
|
||||
|
||||
```typescript
|
||||
import { castArray } from 'es-toolkit/array';
|
||||
import { castArray } from 'es-toolkit/compat';
|
||||
|
||||
const arr1 = castArray(1);
|
||||
// [1]을 반환해요.
|
||||
|
@ -25,7 +25,7 @@ function castArray<T>(value?: T | readonly T[]): T[];
|
||||
## Examples
|
||||
|
||||
```typescript
|
||||
import { castArray } from 'es-toolkit/array';
|
||||
import { castArray } from 'es-toolkit/compat';
|
||||
|
||||
const arr1 = castArray(1);
|
||||
// Returns: [1]
|
||||
|
Loading…
Reference in New Issue
Block a user