Skip to content

Commit a62d604

Browse files
committed
Switch to es6 modules and rename tw-sanitize to tw-safe-stringify
1 parent 14e604a commit a62d604

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,4 @@ const sanitizeVariableType = (input, type) => {
2727
}
2828
};
2929

30-
module.exports = {
31-
sanitizeVariableType
32-
};
30+
export { sanitizeVariableType };

0 commit comments

Comments
 (0)