Skip to content

Commit 99101f8

Browse files
authored
Export getDate so can be overwritten
1 parent 285dfe1 commit 99101f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/node.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ exports.formatArgs = formatArgs;
1515
exports.save = save;
1616
exports.load = load;
1717
exports.useColors = useColors;
18+
exports.getDate = getDate;
1819

1920
/**
2021
* Colors.

0 commit comments

Comments
 (0)