react-hook-form 7.22.5 → 7.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/README.md +15 -0
  2. package/dist/index.cjs.js +1 -1
  3. package/dist/index.cjs.js.map +1 -1
  4. package/dist/index.esm.mjs +193 -181
  5. package/dist/index.esm.mjs.map +1 -1
  6. package/dist/index.umd.js +1 -1
  7. package/dist/index.umd.js.map +1 -1
  8. package/dist/logic/createFormControl.d.ts.map +1 -1
  9. package/dist/types/fieldArray.d.ts +1 -1
  10. package/dist/types/fieldArray.d.ts.map +1 -1
  11. package/dist/types/form.d.ts +6 -5
  12. package/dist/types/form.d.ts.map +1 -1
  13. package/dist/types/index.d.ts +1 -0
  14. package/dist/types/index.d.ts.map +1 -1
  15. package/dist/types/path/common.d.ts +316 -0
  16. package/dist/types/path/common.d.ts.map +1 -0
  17. package/dist/types/path/eager.d.ts +82 -0
  18. package/dist/types/path/eager.d.ts.map +1 -0
  19. package/dist/types/path/index.d.ts +4 -0
  20. package/dist/types/path/index.d.ts.map +1 -0
  21. package/dist/types/utils.d.ts +19 -25
  22. package/dist/types/utils.d.ts.map +1 -1
  23. package/dist/types/validator.d.ts +1 -1
  24. package/dist/types/validator.d.ts.map +1 -1
  25. package/dist/useController.d.ts.map +1 -1
  26. package/dist/useFieldArray.d.ts.map +1 -1
  27. package/dist/useForm.d.ts.map +1 -1
  28. package/dist/useFormState.d.ts.map +1 -1
  29. package/dist/utils/compact.d.ts +1 -1
  30. package/dist/utils/compact.d.ts.map +1 -1
  31. package/dist/utils/get.d.ts.map +1 -1
  32. package/dist/utils/isDateObject.d.ts +1 -1
  33. package/dist/utils/isDateObject.d.ts.map +1 -1
  34. package/dist/utils/live.d.ts.map +1 -1
  35. package/dist/utils/move.d.ts.map +1 -1
  36. package/dist/utils/update.d.ts +1 -1
  37. package/dist/utils/update.d.ts.map +1 -1
  38. package/package.json +11 -11
  39. package/dist/logic/mapCurrentIds.d.ts +0 -6
  40. package/dist/logic/mapCurrentIds.d.ts.map +0 -1
  41. package/dist/logic/mapId.d.ts +0 -4
  42. package/dist/logic/mapId.d.ts.map +0 -1
@@ -1,6 +1,6 @@
1
1
  import { Message } from './errors';
2
2
  import { FieldValues, InternalFieldName } from './fields';
3
- import { FieldPath, FieldPathValue } from './utils';
3
+ import { FieldPath, FieldPathValue } from './path';
4
4
  export declare type ValidationValue = boolean | number | string | RegExp;
5
5
  export declare type ValidationRule<TValidationValue extends ValidationValue = ValidationValue> = TValidationValue | ValidationValueMessage<TValidationValue>;
6
6
  export declare type ValidationValueMessage<TValidationValue extends ValidationValue = ValidationValue> = {
@@ -1 +1 @@
1
- {"version":3,"file":"validator.d.ts","sourceRoot":"","sources":["../../src/types/validator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AACnC,OAAO,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAC1D,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAEpD,oBAAY,eAAe,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;AAEjE,oBAAY,cAAc,CACxB,gBAAgB,SAAS,eAAe,GAAG,eAAe,IACxD,gBAAgB,GAAG,sBAAsB,CAAC,gBAAgB,CAAC,CAAC;AAEhE,oBAAY,sBAAsB,CAChC,gBAAgB,SAAS,eAAe,GAAG,eAAe,IACxD;IACF,KAAK,EAAE,gBAAgB,CAAC;IACxB,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,oBAAY,cAAc,GAAG,OAAO,GAAG,OAAO,EAAE,GAAG,OAAO,GAAG,SAAS,CAAC;AAEvE,oBAAY,QAAQ,CAAC,WAAW,IAAI,CAClC,KAAK,EAAE,WAAW,KACf,cAAc,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC;AAE9C,oBAAY,eAAe,CACzB,YAAY,SAAS,WAAW,GAAG,WAAW,EAC9C,UAAU,SAAS,SAAS,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,YAAY,CAAC,IAClE,OAAO,CAAC;IACV,QAAQ,EAAE,OAAO,GAAG,cAAc,CAAC,OAAO,CAAC,CAAC;IAC5C,GAAG,EAAE,cAAc,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACrC,GAAG,EAAE,cAAc,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACrC,SAAS,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC;IAClC,SAAS,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC;IAClC,OAAO,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC;IAChC,QAAQ,EACJ,QAAQ,CAAC,cAAc,CAAC,YAAY,EAAE,UAAU,CAAC,CAAC,GAClD,MAAM,CAAC,MAAM,EAAE,QAAQ,CAAC,cAAc,CAAC,YAAY,EAAE,UAAU,CAAC,CAAC,CAAC,CAAC;IACvE,aAAa,EAAE,OAAO,CAAC;IACvB,WAAW,EAAE,OAAO,CAAC;IACrB,KAAK,EAAE,cAAc,CAAC,YAAY,EAAE,UAAU,CAAC,CAAC;IAChD,UAAU,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG,CAAC;IAChC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IAChC,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IAC9B,QAAQ,EAAE,OAAO,CAAC;IAClB,IAAI,EAAE,iBAAiB,EAAE,CAAC;CAC3B,CAAC,CAAC"}
1
+ {"version":3,"file":"validator.d.ts","sourceRoot":"","sources":["../../src/types/validator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AACnC,OAAO,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAC1D,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAC;AAEnD,oBAAY,eAAe,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;AAEjE,oBAAY,cAAc,CACxB,gBAAgB,SAAS,eAAe,GAAG,eAAe,IACxD,gBAAgB,GAAG,sBAAsB,CAAC,gBAAgB,CAAC,CAAC;AAEhE,oBAAY,sBAAsB,CAChC,gBAAgB,SAAS,eAAe,GAAG,eAAe,IACxD;IACF,KAAK,EAAE,gBAAgB,CAAC;IACxB,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,oBAAY,cAAc,GAAG,OAAO,GAAG,OAAO,EAAE,GAAG,OAAO,GAAG,SAAS,CAAC;AAEvE,oBAAY,QAAQ,CAAC,WAAW,IAAI,CAClC,KAAK,EAAE,WAAW,KACf,cAAc,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC;AAE9C,oBAAY,eAAe,CACzB,YAAY,SAAS,WAAW,GAAG,WAAW,EAC9C,UAAU,SAAS,SAAS,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,YAAY,CAAC,IAClE,OAAO,CAAC;IACV,QAAQ,EAAE,OAAO,GAAG,cAAc,CAAC,OAAO,CAAC,CAAC;IAC5C,GAAG,EAAE,cAAc,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACrC,GAAG,EAAE,cAAc,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACrC,SAAS,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC;IAClC,SAAS,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC;IAClC,OAAO,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC;IAChC,QAAQ,EACJ,QAAQ,CAAC,cAAc,CAAC,YAAY,EAAE,UAAU,CAAC,CAAC,GAClD,MAAM,CAAC,MAAM,EAAE,QAAQ,CAAC,cAAc,CAAC,YAAY,EAAE,UAAU,CAAC,CAAC,CAAC,CAAC;IACvE,aAAa,EAAE,OAAO,CAAC;IACvB,WAAW,EAAE,OAAO,CAAC;IACrB,KAAK,EAAE,cAAc,CAAC,YAAY,EAAE,UAAU,CAAC,CAAC;IAChD,UAAU,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG,CAAC;IAChC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IAChC,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IAC9B,QAAQ,EAAE,OAAO,CAAC;IAClB,IAAI,EAAE,iBAAiB,EAAE,CAAC;CAC3B,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useController.d.ts","sourceRoot":"","sources":["../src/useController.ts"],"names":[],"mappings":"AAMA,OAAO,EAEL,SAAS,EAET,WAAW,EAGX,kBAAkB,EAClB,mBAAmB,EACpB,MAAM,SAAS,CAAC;AAKjB,wBAAgB,aAAa,CAC3B,YAAY,SAAS,WAAW,GAAG,WAAW,EAC9C,KAAK,SAAS,SAAS,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,YAAY,CAAC,EAE/D,KAAK,EAAE,kBAAkB,CAAC,YAAY,EAAE,KAAK,CAAC,GAC7C,mBAAmB,CAAC,YAAY,EAAE,KAAK,CAAC,CA6F1C"}
1
+ {"version":3,"file":"useController.d.ts","sourceRoot":"","sources":["../src/useController.ts"],"names":[],"mappings":"AAMA,OAAO,EAEL,SAAS,EAET,WAAW,EAGX,kBAAkB,EAClB,mBAAmB,EACpB,MAAM,SAAS,CAAC;AAKjB,wBAAgB,aAAa,CAC3B,YAAY,SAAS,WAAW,GAAG,WAAW,EAC9C,KAAK,SAAS,SAAS,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,YAAY,CAAC,EAE/D,KAAK,EAAE,kBAAkB,CAAC,YAAY,EAAE,KAAK,CAAC,GAC7C,mBAAmB,CAAC,YAAY,EAAE,KAAK,CAAC,CAkG1C"}
@@ -1 +1 @@
1
- {"version":3,"file":"useFieldArray.d.ts","sourceRoot":"","sources":["../src/useFieldArray.ts"],"names":[],"mappings":"AAoBA,OAAO,EAOL,WAAW,EACX,kBAAkB,EAClB,mBAAmB,EACpB,MAAM,SAAS,CAAC;AAIjB,eAAO,MAAM,aAAa,qUA0TzB,CAAC"}
1
+ {"version":3,"file":"useFieldArray.d.ts","sourceRoot":"","sources":["../src/useFieldArray.ts"],"names":[],"mappings":"AAkBA,OAAO,EAOL,WAAW,EACX,kBAAkB,EAClB,mBAAmB,EACpB,MAAM,SAAS,CAAC;AAIjB,eAAO,MAAM,aAAa,qUAwSzB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useForm.d.ts","sourceRoot":"","sources":["../src/useForm.ts"],"names":[],"mappings":"AAKA,OAAO,EAGL,WAAW,EAEX,YAAY,EACZ,aAAa,EACd,MAAM,SAAS,CAAC;AAGjB,wBAAgB,OAAO,CACrB,YAAY,SAAS,WAAW,GAAG,WAAW,EAC9C,QAAQ,SAAS,MAAM,GAAG,MAAM,EAEhC,KAAK,GAAE,YAAY,CAAC,YAAY,EAAE,QAAQ,CAAM,GAC/C,aAAa,CAAC,YAAY,EAAE,QAAQ,CAAC,CA4DvC"}
1
+ {"version":3,"file":"useForm.d.ts","sourceRoot":"","sources":["../src/useForm.ts"],"names":[],"mappings":"AAKA,OAAO,EAGL,WAAW,EAEX,YAAY,EACZ,aAAa,EACd,MAAM,SAAS,CAAC;AAGjB,wBAAgB,OAAO,CACrB,YAAY,SAAS,WAAW,GAAG,WAAW,EAC9C,QAAQ,SAAS,MAAM,GAAG,MAAM,EAEhC,KAAK,GAAE,YAAY,CAAC,YAAY,EAAE,QAAQ,CAAM,GAC/C,aAAa,CAAC,YAAY,EAAE,QAAQ,CAAC,CAiEvC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useFormState.d.ts","sourceRoot":"","sources":["../src/useFormState.ts"],"names":[],"mappings":"AAKA,OAAO,EACL,WAAW,EAEX,iBAAiB,EACjB,kBAAkB,EACnB,MAAM,SAAS,CAAC;AAIjB,iBAAS,YAAY,CAAC,YAAY,SAAS,WAAW,GAAG,WAAW,EAClE,KAAK,CAAC,EAAE,iBAAiB,CAAC,YAAY,CAAC,GACtC,kBAAkB,CAAC,YAAY,CAAC,CAsClC;AAED,OAAO,EAAE,YAAY,EAAE,CAAC"}
1
+ {"version":3,"file":"useFormState.d.ts","sourceRoot":"","sources":["../src/useFormState.ts"],"names":[],"mappings":"AAKA,OAAO,EACL,WAAW,EAEX,iBAAiB,EACjB,kBAAkB,EACnB,MAAM,SAAS,CAAC;AAIjB,iBAAS,YAAY,CAAC,YAAY,SAAS,WAAW,GAAG,WAAW,EAClE,KAAK,CAAC,EAAE,iBAAiB,CAAC,YAAY,CAAC,GACtC,kBAAkB,CAAC,YAAY,CAAC,CAoDlC;AAED,OAAO,EAAE,YAAY,EAAE,CAAC"}
@@ -1,3 +1,3 @@
1
- declare const _default: (value: any[]) => any[];
1
+ declare const _default: <TValue>(value: TValue[]) => TValue[];
2
2
  export default _default;
3
3
  //# sourceMappingURL=compact.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"compact.d.ts","sourceRoot":"","sources":["../../src/utils/compact.ts"],"names":[],"mappings":"gCAAuB,GAAG,EAAE;AAA5B,wBAA+D"}
1
+ {"version":3,"file":"compact.d.ts","sourceRoot":"","sources":["../../src/utils/compact.ts"],"names":[],"mappings":";AAAA,wBAAkE"}
@@ -1 +1 @@
1
- {"version":3,"file":"get.d.ts","sourceRoot":"","sources":["../../src/utils/get.ts"],"names":[],"mappings":"0CAKiC,MAAM,iBAAiB,OAAO;AAA/D,wBAeE"}
1
+ {"version":3,"file":"get.d.ts","sourceRoot":"","sources":["../../src/utils/get.ts"],"names":[],"mappings":"0CAKiC,MAAM,iBAAiB,OAAO,KAAG,GAAG;AAArE,wBAgBE"}
@@ -1,3 +1,3 @@
1
- declare const _default: (data: unknown) => boolean;
1
+ declare const _default: (value: unknown) => value is Date;
2
2
  export default _default;
3
3
  //# sourceMappingURL=isDateObject.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"isDateObject.d.ts","sourceRoot":"","sources":["../../src/utils/isDateObject.ts"],"names":[],"mappings":"+BAAsB,OAAO;AAA7B,wBAAuD"}
1
+ {"version":3,"file":"isDateObject.d.ts","sourceRoot":"","sources":["../../src/utils/isDateObject.ts"],"names":[],"mappings":"gCAAuB,OAAO;AAA9B,wBAAwE"}
@@ -1 +1 @@
1
- {"version":3,"file":"live.d.ts","sourceRoot":"","sources":["../../src/utils/live.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,UAAU,CAAC;8BAIV,GAAG;AAAxB,wBAA0E"}
1
+ {"version":3,"file":"live.d.ts","sourceRoot":"","sources":["../../src/utils/live.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,UAAU,CAAC;8BAIV,GAAG;AAAxB,wBAAmE"}
@@ -1 +1 @@
1
- {"version":3,"file":"move.d.ts","sourceRoot":"","sources":["../../src/utils/move.ts"],"names":[],"mappings":"2DAIQ,MAAM,MACR,MAAM;AAHZ,wBAcE"}
1
+ {"version":3,"file":"move.d.ts","sourceRoot":"","sources":["../../src/utils/move.ts"],"names":[],"mappings":"2DAIQ,MAAM,MACR,MAAM;AAHZ,wBAeE"}
@@ -1,3 +1,3 @@
1
- declare const _default: <T>(fieldValues: T[], index: number, value: any) => T[];
1
+ declare const _default: <T>(fieldValues: T[], index: number, value: T) => T[];
2
2
  export default _default;
3
3
  //# sourceMappingURL=update.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"update.d.ts","sourceRoot":"","sources":["../../src/utils/update.ts"],"names":[],"mappings":"qDAA4C,MAAM,SAAS,GAAG;AAA9D,wBAGE"}
1
+ {"version":3,"file":"update.d.ts","sourceRoot":"","sources":["../../src/utils/update.ts"],"names":[],"mappings":"qDAA4C,MAAM;AAAlD,wBAGE"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-hook-form",
3
3
  "description": "Performant, flexible and extensible forms library for React Hooks",
4
- "version": "7.22.5",
4
+ "version": "7.24.0",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.mjs",
7
7
  "umd:main": "dist/index.umd.js",
@@ -40,11 +40,12 @@
40
40
  "test:web": "TEST_ENV=web yarn test",
41
41
  "test:server": "TEST_ENV=server yarn test",
42
42
  "test:native": "TEST_ENV=native yarn test",
43
+ "tsd": "tsd src/__tests__/types",
43
44
  "cypress": "cypress run",
44
45
  "cypress:open": "cypress open",
45
46
  "api-extractor": "api-extractor run --local",
46
47
  "api-extractor:build": "yarn build:esm && yarn api-extractor",
47
- "api-extractor:ci": "api-extractor run",
48
+ "api-extractor:ci": "node scripts/apiExtractor.js",
48
49
  "postversion": "git push && git push origin v$npm_package_version",
49
50
  "prepublishOnly": "yarn && yarn lint:fix && yarn type && yarn test && yarn build",
50
51
  "bundlesize": "yarn build:modern && bundlesize",
@@ -68,7 +69,7 @@
68
69
  "author": "<bluebill1049@hotmail.com>",
69
70
  "license": "MIT",
70
71
  "devDependencies": {
71
- "@microsoft/api-extractor": "^7.19.2",
72
+ "@microsoft/api-extractor": "^7.19.3",
72
73
  "@rollup/plugin-commonjs": "^21.0.1",
73
74
  "@rollup/plugin-node-resolve": "^13.1.1",
74
75
  "@testing-library/jest-dom": "^5.16.1",
@@ -78,8 +79,8 @@
78
79
  "@types/jest": "^27.0.3",
79
80
  "@types/react": "^17.0.38",
80
81
  "@types/react-native": "^0.66.10",
81
- "@typescript-eslint/eslint-plugin": "^5.8.0",
82
- "@typescript-eslint/parser": "^5.8.0",
82
+ "@typescript-eslint/eslint-plugin": "^5.8.1",
83
+ "@typescript-eslint/parser": "^5.8.1",
83
84
  "@vitejs/plugin-react-refresh": "^1.3.6",
84
85
  "babel-jest": "^27.4.5",
85
86
  "bundlesize": "^0.18.0",
@@ -100,21 +101,19 @@
100
101
  "react-native": "^0.66.4",
101
102
  "react-test-renderer": "^17.0.1",
102
103
  "rimraf": "^3.0.2",
103
- "rollup": "^2.61.1",
104
+ "rollup": "^2.62.0",
104
105
  "rollup-plugin-peer-deps-external": "^2.2.4",
105
106
  "rollup-plugin-sourcemaps": "^0.6.2",
106
107
  "rollup-plugin-terser": "^7.0.2",
107
108
  "rollup-plugin-typescript2": "^0.31.1",
108
109
  "ts-jest": "^27.1.2",
110
+ "tsd": "^0.19.1",
109
111
  "typescript": "^4.5.4"
110
112
  },
111
- "resolutions": {
112
- "react-native/@jest/create-cache-key-function": "^27.0.2"
113
- },
114
113
  "bundlesize": [
115
114
  {
116
115
  "path": "./dist/index.cjs.js",
117
- "maxSize": "9.5 kB"
116
+ "maxSize": "9.0 kB"
118
117
  }
119
118
  ],
120
119
  "peerDependencies": {
@@ -140,5 +139,6 @@
140
139
  },
141
140
  "engines": {
142
141
  "node": ">=12.22.0"
143
- }
142
+ },
143
+ "packageManager": "yarn@1.22.15"
144
144
  }
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- declare const _default: <T, K>(values: T[], _fieldIds: React.MutableRefObject<K>, keyName: string) => (T & {
3
- [x: string]: any;
4
- })[];
5
- export default _default;
6
- //# sourceMappingURL=mapCurrentIds.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"mapCurrentIds.d.ts","sourceRoot":"","sources":["../../src/logic/mapCurrentIds.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;2FAOf,MAAM;;;AAHjB,wBAYK"}
@@ -1,4 +0,0 @@
1
- import { FieldArrayWithId, FieldValues } from '../types';
2
- declare const _default: <TFieldArrayValues extends FieldValues = FieldValues, TFieldName extends import("../types").ArrayPath<TFieldArrayValues> = import("../types").ArrayPath<TFieldArrayValues>, TKeyName extends string = "id">(values: Partial<TFieldArrayValues>[] | undefined, keyName: TKeyName) => Partial<FieldArrayWithId<TFieldArrayValues, TFieldName, TKeyName>>[];
3
- export default _default;
4
- //# sourceMappingURL=mapId.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"mapId.d.ts","sourceRoot":"","sources":["../../src/logic/mapId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkB,gBAAgB,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;;AAIzE,wBAW8E"}