MIRROR: javascript for 馃悳's, a tiny runtime with big ambitions
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at type-hints-typescript 9 lines 198 B view raw
1#ifndef STRUCTURED_CLONE_H 2#define STRUCTURED_CLONE_H 3 4#include "types.h" 5 6void init_structured_clone_module(void); 7ant_value_t js_structured_clone(ant_t *js, ant_value_t *args, int nargs); 8 9#endif