We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d1bdf commit 5403677Copy full SHA for 5403677
packages/utils/src/web/elb.ts
@@ -1,8 +1,8 @@
1
-import type { WalkerOS } from '@elbwalker/types';
+import type { Elb } from '@elbwalker/types';
2
3
export type ElbLayer = Array<IArguments>;
4
5
-export const elb: WalkerOS.Elb = function () {
+export const elb: Elb.Fn = function () {
6
const w = window as unknown as Record<string, unknown[]>;
7
// eslint-disable-next-line prefer-rest-params
8
(w.elbLayer = w.elbLayer || []).push(arguments);
0 commit comments