@ywfe/fe-tools 1.2.1-beta.16 → 1.2.1-beta.18

Sign up to get free protection for your applications and to get access to all the features.
package/index.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  export { default as request } from './request'
2
2
  export { default as userInputToJson } from './userInputToJson'
3
- export { default as JSON2String } from './JSON2String'
package/lib/index.d.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  export { default as request } from './request';
2
2
  export { default as userInputToJson } from './userInputToJson';
3
- export { default as JSON2String } from './JSON2String';