Skip to content

Commit 430dadc

Browse files
committed
Fix toDateTime type #316
1 parent 47438b9 commit 430dadc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

danfojs-browser/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { MinMaxScaler, StandardScaler } from "./preprocessing/scalers";
2323
import { date_range } from "./core/date_range";
2424
import get_dummies from "./core/get_dummies";
2525
import Str from "./core/strings";
26-
import Dt, { toDateTime as to_datetime } from "./core/datetime";
26+
import Dt, { toDateTime } from "./core/datetime";
2727
import {
2828
readCSV as read_csv,
2929
toCSV as to_csv,
@@ -36,7 +36,7 @@ import {
3636

3737
export {
3838
date_range,
39-
to_datetime,
39+
toDateTime,
4040
concat,
4141
merge,
4242
NDframe,

0 commit comments

Comments
 (0)