UNPKG

148 BTypeScriptView Raw
1import { Module } from "./module.js";
2export type Attrs = Record<string, string | number | boolean>;
3export declare const attributesModule: Module;