11 lines
178 B
C
11 lines
178 B
C
#ifndef QJS_TRANSFORM_H
|
|
#define QJS_TRANSFORM_H
|
|
|
|
#include "quickjs.h"
|
|
|
|
extern JSClassID js_transform_id;
|
|
|
|
JSValue js_transform_use(JSContext *ctx);
|
|
|
|
#endif /* QJS_TRANSFORM_H */
|