Skip to content

Commit 5403677

Browse files
Elb
1 parent 56d1bdf commit 5403677

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/utils/src/web/elb.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import type { WalkerOS } from '@elbwalker/types';
1+
import type { Elb } from '@elbwalker/types';
22

33
export type ElbLayer = Array<IArguments>;
44

5-
export const elb: WalkerOS.Elb = function () {
5+
export const elb: Elb.Fn = function () {
66
const w = window as unknown as Record<string, unknown[]>;
77
// eslint-disable-next-line prefer-rest-params
88
(w.elbLayer = w.elbLayer || []).push(arguments);

0 commit comments

Comments
 (0)