1.1.3 • Published 2 years ago

coderlhd v1.1.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Coderlhd包使用规则

reactive使用规则

const { reactive, watchFns } = require("coderlhd")
const obj = reactive({
    name: "name",
    age: 18
})

watchFns(() => {
    console.log("姓名", obj.name);
})

obj.name = "coderlhd"

HDPromise使用规则

遵循promise a+规范

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago