refactor(docgen): use the node: protocol (#8034)

Co-authored-by: Synbulat Biishev <syjalo.dev@gmail.com>
This commit is contained in:
Superchupu
2022-06-07 23:17:48 +01:00
committed by GitHub
parent 314d76e907
commit ecc6600df2
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
import { join } from 'path';
import { join } from 'node:path';
import { Collection } from '@discordjs/collection';
import type { ChildTypes, Class, Config, CustomDocs, RootTypes } from './interfaces/index.js';
import { DocumentedClass } from './types/class.js';