jjj 0.2.1

A modal interface for Jujutsu.
1
2
3
4
5
6
7
8
const onlyDirective = async (load) => {
  const hydrate = await load();
  await hydrate();
};
var only_default = onlyDirective;
export {
  only_default as default
};