更新
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import { ImageCallback } from '@jimp/core';
|
||||
|
||||
interface Normalize {
|
||||
normalize(cb ?: ImageCallback<this>): this;
|
||||
}
|
||||
|
||||
export default function(): Normalize;
|
||||
Reference in New Issue
Block a user