Move 'string' module and fix 'typeOf' function

This commit is contained in:
Bartłomiej Pluta
2019-07-09 22:40:51 +02:00
parent 0571e3f1e2
commit 9cd7c219dc
5 changed files with 8 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
from smnp.module.string.function import concat
functions = [ concat.function ]
methods = []