0.0.0 • Published 5 months ago

remio-script-utils v0.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 months ago

油猴插件开发工具包 ✨

安装

npm i -D remio-script-utils

使用方法

import { request } from "remio-script-utils";
request({
  method: "GET",
  url: `your_api`,
})
  .then((res) => {
    console.log(res);
  })
  .catch((e) => console.log(e));
0.0.0

5 months ago