Page MenuHomePhorge

commonjs.h
No OneTemporary

Size
250 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>
ant_value_t esm_load_commonjs_module(
ant_t *js,
const char *module_path, const char *code,
size_t code_len, ant_value_t ns
);
#endif

File Metadata

Mime Type
text/x-c
Expires
Fri, May 1, 8:18 PM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
539200
Default Alt Text
commonjs.h (250 B)

Event Timeline