| 1 | import * as fs from 'fs' |
| 2 | import * as path from 'path' |
| 3 | import { v4 as uuidv4 } from 'uuid' |
| 4 | import { FullTemplate, IFunction, Variable, VariableObjectSchema } from '../src/api/templates/template.model' |
nothing calls this directly
no test coverage detected