@fncts/pattern 0.0.3 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
package/_src/global.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * @tsplus global
3
3
  */
4
- import { isMatching, match, P, Pattern } from "./index.js";
4
+ import { isMatching, match, P, Pattern } from "./index.js";
package/_src/index.ts CHANGED
@@ -5,4 +5,4 @@ import { match as _match } from "ts-pattern";
5
5
  */
6
6
  export const match = _match;
7
7
 
8
- export { isMatching, P, Pattern } from "ts-pattern";
8
+ export { isMatching, P, Pattern } from "ts-pattern";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fncts/pattern",
3
- "version": "0.0.3",
3
+ "version": "0.0.6",
4
4
  "dependencies": {
5
5
  "ts-pattern": "^4.0.3"
6
6
  },