Update generateDTS.js

This commit is contained in:
Kagami Sascha Rosylight 2023-07-31 04:12:58 +02:00
parent 2d3269273f
commit c7ec8e801d

View file

@ -1,6 +1,6 @@
import * as fs from 'node:fs';
import * as yaml from 'js-yaml';
import * as ts from 'typescript';
import ts from 'typescript';
function createMembers(record) {
return Object.entries(record)