chore: remove unused type

This commit is contained in:
Marvin Hagemeister 2024-07-09 09:08:47 +02:00
parent 312187a48a
commit 8797bb0e62

6
tools/core_mod.d.ts vendored
View File

@ -4,12 +4,6 @@
// deno-lint-ignore no-explicit-any
export const core: any;
// deno-lint-ignore no-explicit-any
type UncurryThis<T extends (this: any, ...args: any[]) => any> = (
self: ThisParameterType<T>,
...args: Parameters<T>
) => ReturnType<T>;
export const primordials: typeof __bootstrap.primordials;
// deno-lint-ignore no-explicit-any