文件名称:haste-pls:一个npm包,用于将代码上传到hastebin
文件大小:2KB
文件格式:ZIP
更新时间:2024-05-30 05:50:04
hastebin JavaScript
急速 一个npm包,用于将代码上传到pastbin。 例子 const hastePls = require ( "haste-pls" ) ; const bin = new hastePls ( ) const postBin = async ( content ) => { bin . setContent ( content ) ; const res = await bin . post ( ) ; console . log ( res ) ; } postBin ( "hello hastebin from haste-pls" ) ;
【文件预览】:
haste-pls-main
----LICENSE(1KB)
----README.md(313B)
----index.js(1001B)
----package.json(461B)