mirror of
https://github.com/denoland/deno.git
synced 2025-02-07 23:06:50 -05:00
chore: remove unused type
This commit is contained in:
parent
312187a48a
commit
8797bb0e62
1 changed files with 0 additions and 6 deletions
6
tools/core_mod.d.ts
vendored
6
tools/core_mod.d.ts
vendored
|
@ -4,12 +4,6 @@
|
||||||
// deno-lint-ignore no-explicit-any
|
// deno-lint-ignore no-explicit-any
|
||||||
export const core: 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;
|
export const primordials: typeof __bootstrap.primordials;
|
||||||
|
|
||||||
// deno-lint-ignore no-explicit-any
|
// deno-lint-ignore no-explicit-any
|
||||||
|
|
Loading…
Add table
Reference in a new issue