features_send_string.md.DxT8iR_p.lean.js 724 B

12345678910111213
  1. import { _ as _export_sfc, o as openBlock, c as createElementBlock, al as createStaticVNode } from "./chunks/framework.8zKZLKO7.js";
  2. const __pageData = JSON.parse('{"title":"Send String","description":"","frontmatter":{},"headers":[],"relativePath":"features/send_string.md","filePath":"features/send_string.md","lastUpdated":null}');
  3. const _sfc_main = { name: "features/send_string.md" };
  4. function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
  5. return openBlock(), createElementBlock("div", null, [..._cache[0] || (_cache[0] = [
  6. createStaticVNode("", 90)
  7. ])]);
  8. }
  9. const send_string = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
  10. export {
  11. __pageData,
  12. send_string as default
  13. };