mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
chore: remove unused type
This commit is contained in:
parent
312187a48a
commit
8797bb0e62
6
tools/core_mod.d.ts
vendored
6
tools/core_mod.d.ts
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user