1.0.8-fixbug
This commit is contained in:
parent
14a24bb283
commit
2bff4c84c2
2
index.js
2
index.js
@ -7,7 +7,7 @@
|
|||||||
* @Description: ddmt-index file
|
* @Description: ddmt-index file
|
||||||
* @FilePath: /index.js
|
* @FilePath: /index.js
|
||||||
*/
|
*/
|
||||||
export { animateStart } from './Tool/animate.js';
|
export { animateStart, setClassVar, getStyleVar } from './Tool/animate.js';
|
||||||
export { randomNum, nextArray, ArrayDeHeavy, getRelativeTime } from './Tool/number.js';
|
export { randomNum, nextArray, ArrayDeHeavy, getRelativeTime } from './Tool/number.js';
|
||||||
|
|
||||||
console.log('ddmt-tool Loading successfully!! 😺');
|
console.log('ddmt-tool Loading successfully!! 😺');
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ddmt-tool",
|
"name": "ddmt-tool",
|
||||||
"version": "0.0.3",
|
"version": "0.0.3-beta.1",
|
||||||
"description": "A utility library that provides commonly used functions to simplify everyday development tasks. Whether it's string manipulation, array operations, or other frequent functionalities, `ddmt-tool` helps you work more efficiently.",
|
"description": "A utility library that provides commonly used functions to simplify everyday development tasks. Whether it's string manipulation, array operations, or other frequent functionalities, `ddmt-tool` helps you work more efficiently.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user