Skip to content

Commit

Permalink
chore(ts): update ts definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
chicoxyzzy committed Sep 6, 2023
1 parent 7611751 commit c83e3f8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions api/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4271,6 +4271,9 @@ declare module "socket:hooks" {
declare module "socket:test/fast-deep-equal" {
export default function equal(a: any, b: any): boolean;
}
declare module "socket:test/context" {
export default function _default(GLOBAL_TEST_RUNNER: any): void;
}
declare module "socket:test/index" {
export function getDefaultTestRunnerTimeout(): number;
/**
Expand Down Expand Up @@ -5588,10 +5591,6 @@ declare module "socket:internal/worker" {
const undefined: any;
export default undefined;
}
declare module "socket:test/context" {
const _default: any;
export default _default;
}
declare module "socket:test/harness" {
/**
* @typedef {import('./index').Test} Test
Expand Down

0 comments on commit c83e3f8

Please sign in to comment.