tags : Programming Languages, JavaScript
org-babel テスト
console.log("hello")hello
import * as O from 'fp-ts/Option'
const hoge = O.some("hoge")
console.log(hoge)
import parser from "https://cdn.skypack.dev/fast-xml-parser@3.17.6?dts";
const result = parser.parse(`<root>
<user>
<id>1</id>
<name>hoge</name>
</user>
</root>`);
console.log(result);