Skip to content

Commit

Permalink
chore: update cases
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Feb 20, 2022
1 parent e3d405d commit 7bda1d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ const H = require("./h");
K[K.One = 0] = "One", K[K.Two = 1] = "Two";
}(K || (K = {})), module.exports = K;
const K = require("./k");
K.One;
export { _class as default };
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ var H = require("./h");
K[K.One = 0] = "One", K[K.Two = 1] = "Two";
}(K || (K = {})), module.exports = K;
var K = require("./k");
K.One;
export { _class as default };

0 comments on commit 7bda1d7

Please sign in to comment.