Skip to content

Commit

Permalink
fix(deps): add path module. RA-1-4 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickOvt authored Nov 28, 2024
1 parent 2ca1f12 commit 46d259b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions restifyOpenapiGenerator.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
'use strict';

const fs = require('fs');
const path = require('path');

const structuredCloneWrapper = typeof structuredClone === 'function' ? structuredClone : obj => JSON.parse(JSON.stringify(obj));

Expand Down

0 comments on commit 46d259b

Please sign in to comment.