#ifndef STRING_DECODER_H
#define STRING_DECODER_H

#include "types.h"

ant_value_t string_decoder_library(ant_t *js);

#endif
