Skip to content

Commit

Permalink
lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
eligrey committed Jun 14, 2024
1 parent 40c84d0 commit 8d6013d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export type AirgapAuth =
/** A `load` event from a just-loaded airgap.js script element (which implies auth by being loaded before airgap.js) */
| Event
/** Consent change authorization key automatically conferred by airgap via setAuth() API for UI modules */
| Symbol;
| symbol;

/** A boolean value represented as either `'on'` or `'off'` */
export const BooleanString = t.keyof({
Expand Down

0 comments on commit 8d6013d

Please sign in to comment.