mirror of
https://github.com/toss/es-toolkit.git
synced 2024-11-28 12:05:41 +03:00
fix: Fix incorrect imports
This commit is contained in:
parent
ba1e976c5a
commit
f7ec7cc6af
@ -1,4 +1,4 @@
|
||||
import { randomInt } from '../math';
|
||||
import { randomInt } from '../math/randomInt.ts';
|
||||
|
||||
/**
|
||||
* Returns a sample element array of a specified `size`.
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { mean } from './mean';
|
||||
import { mean } from './mean.ts';
|
||||
|
||||
/**
|
||||
* Calculates the average of an array of numbers when applying
|
||||
|
Loading…
Reference in New Issue
Block a user