Skip to content
On this page

Interface: Config

Override Config to customize type options

Example

ts
declare module 'abitype' {
  export interface Config {
    FixedArrayMaxLength: 6
  }
}

Indexable

[key: string]: unknown


Generated using TypeDoc and typedoc-plugin-markdown