Does anyone know, is it possible to call a functio...
# orm-help
m
Does anyone know, is it possible to call a function inside a file? Something like:
ts-node -func seed() ./scripts.ts
,
ts-node -func clear() ./scripts.ts
j