- Add new function to ValueType conversion - Add more docs to functions and minor changes - rename entry to module - don't expose Value and Env structs. Signed-off-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com>
6 lines
81 B
C
6 lines
81 B
C
#include <stdlib.h>
|
|
|
|
#include "./entry.h"
|
|
|
|
NAPI_MODULE(napiGo, initializeModule)
|