UNPKG

@cimo/pid

Version:

Process id. Light, fast and secure.

23 lines (22 loc) 697 B
import { TSESLint, TSESTree } from "@typescript-eslint/utils"; declare const _default: { rules: { "no-array-assignment-for-object-type": { meta: { type: string; docs: { description: string; recommended: boolean; }; messages: { noArrayAssignmentForObjectType: string; }; schema: never[]; }; create(context: TSESLint.RuleContext<"noArrayAssignmentForObjectType", []>): { TSArrayType(node: TSESTree.TSArrayType): void; }; }; }; }; export default _default;