refactor: Fix TypeScript errors workflow package (#9437)

This commit is contained in:
Elias Meire
2024-05-17 11:28:13 +02:00
committed by GitHub
parent 2967df2fe0
commit 451e6590d6
11 changed files with 11 additions and 17 deletions

View File

@@ -2,7 +2,7 @@ import { stringMethods } from './String.methods';
import { arrayMethods } from './Array.methods';
import { numberMethods } from './Number.methods';
import { objectMethods } from './Object.Methods';
import type { NativeDoc } from '@/Extensions/Extensions';
import type { NativeDoc } from '../Extensions/Extensions';
import { booleanMethods } from './Boolean.methods';
const NATIVE_METHODS: NativeDoc[] = [