UNPKG

@tcatche/swagger-ts

Version:

Codegen from swagger to TS & Axios Functions

9 lines (7 loc) 246 B
const fs = require('fs') const path = require('path') console.log(path.dirname('c:/tmp/a/b/c/d/e.ts')) console.log(path.dirname('c:/tmp/a/b/c/d/e')) fs.mkdir('c:/tmp/a/b/c/d/e.ts', { recursive: true }, (err) => { if (err) throw err })