Browse Source

update class name

tags/4.0.0
cavencj 1 year ago
parent
commit
858ed2227f
2 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/global-api/index.js
  2. 0
    0
      src/global-api/parameter.js

+ 1
- 1
src/global-api/index.js View File

@@ -3,4 +3,4 @@
*/

export { registerLib, getLib } from './lib-utils.js'
export { setParam, getParam } from './paramter.js'
export { setParam, getParam } from './parameter.js'

src/global-api/paramter.js → src/global-api/parameter.js View File


Loading…
Cancel
Save