3 lines
142 B
Plaintext
3 lines
142 B
Plaintext
import type { TSESTree } from '@typescript-eslint/utils';
|
|
export declare function isNullLiteral(i: TSESTree.Node): i is TSESTree.NullLiteral;
|