add extends for JsString

This commit is contained in:
sepiropht
2018-08-10 07:44:45 +02:00
parent 9a1147d61b
commit 96c24c47a2
3 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1 @@
exports.new_string_object = () => new String("hi");