README
@saber2pr/test
test utils.
yarn add @saber2pr/test
Example
import Test from "@saber2pr/test"
Test.watchStackSize(console.log)
while (1) {
Test()
}
or:
<script src="https://saber2pr.top/test/lib.js"></script>
Author: saber2pr
test utils.
<script type="module">
import saber2prTest from 'https://cdn.skypack.dev/@saber2pr/test';
</script>
test utils.
yarn add @saber2pr/test
import Test from "@saber2pr/test"
Test.watchStackSize(console.log)
while (1) {
Test()
}
or:
<script src="https://saber2pr.top/test/lib.js"></script>
Author: saber2pr