Commit d4b70e45 authored by rockyl's avatar rockyl

增加types声明

parent c5ec144a
{
"name": "tiny-image",
"version": "1.0.0",
"main": "index.js",
"main": "dist/index.js",
"types": "types.d.ts",
"license": "MIT",
"dependencies": {
"form-data": "^3.0.0",
......
/**
* Created by rockyl on 2020-02-13.
*/
declare namespace e{
export function compressBuffer(buffer);
}
export = e;
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment