mirror of
https://github.com/toss/es-toolkit.git
synced 2024-11-28 12:05:41 +03:00
5a7d931c38
* trim feature first commit * prettier * corrections in trim functions * prettier * prettier --------- Co-authored-by: Ankit <ankit.jha@deptagency.com> Co-authored-by: Sojin Park <raon0211@toss.im>
12 lines
202 B
JSON
12 lines
202 B
JSON
{
|
|
"name": "@es-toolkit/es-toolkit",
|
|
"version": "1.18.0",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./compat": "./src/compat/index.ts"
|
|
},
|
|
"publish": {
|
|
"include": ["./src/**/*.ts"]
|
|
}
|
|
}
|