2021-10-25 18:43:39 +02:00
|
|
|
#ifndef EL__ECMASCRIPT_QUICKJS_LOCALSTORAGE_H
|
|
|
|
#define EL__ECMASCRIPT_QUICKJS_LOCALSTORAGE_H
|
|
|
|
|
|
|
|
#include <quickjs/quickjs.h>
|
|
|
|
|
2021-11-26 19:54:29 +01:00
|
|
|
int js_localstorage_init(JSContext *ctx);
|
2021-10-25 18:43:39 +02:00
|
|
|
|
|
|
|
#endif
|