10 lines
167 B
HTML
10 lines
167 B
HTML
<html>
|
|
<body>
|
|
<script type="module">
|
|
import {PE} from './dist/index.mjs';
|
|
|
|
console.log('data/Ts:n', PE`${'data/Ts'}:n`.methods);
|
|
</script>
|
|
</body>
|
|
</html>
|