mirror of
https://github.com/toss/es-toolkit.git
synced 2024-11-24 03:32:58 +03:00
fix: Fix functions not supported in Deno
This commit is contained in:
parent
964fdd3628
commit
ad2724aaf7
@ -1,5 +1,5 @@
|
||||
import { isIndex } from "../_internal/isIndex";
|
||||
import { toPath } from "../_internal/toPath";
|
||||
import { isIndex } from "../_internal/isIndex.ts";
|
||||
import { toPath } from "../_internal/toPath.ts";
|
||||
|
||||
/**
|
||||
* Sets the value at the specified path of the given object. If any part of the path does not exist, it will be created.
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { getWords } from './_internal/getWords';
|
||||
import { getWords } from './_internal/getWords.ts';
|
||||
|
||||
/**
|
||||
* Converts the first character of each word in a string to uppercase and the remaining characters to lowercase.
|
||||
|
Loading…
Reference in New Issue
Block a user