Page MenuHomePhorge

commonjs.h
No OneTemporary

Size
242 B
Referenced Files
None
Subscribers
None

commonjs.h

#ifndef ESM_COMMONJS_H
#define ESM_COMMONJS_H
#include "types.h"
#include <stdbool.h>
#include <stddef.h>
jsval_t esm_load_commonjs_module(
ant_t *js,
const char *module_path, const char *code,
size_t code_len, jsval_t ns
);
#endif

File Metadata

Mime Type
text/x-c
Expires
Thu, Mar 26, 4:42 PM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
511984
Default Alt Text
commonjs.h (242 B)

Event Timeline