mirror of
https://github.com/lovell/sharp.git
synced 2025-07-12 20:10:13 +02:00
9 lines
117 B
C
Executable File
9 lines
117 B
C
Executable File
#ifndef SRC_METADATA_H_
|
|
#define SRC_METADATA_H_
|
|
|
|
#include "nan.h"
|
|
|
|
NAN_METHOD(metadata);
|
|
|
|
#endif // SRC_METADATA_H_
|