UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

6 lines (5 loc) 181 B
import { Types } from '../../../constants'; import { IsHelper } from '../IsHelper'; export declare class IsNullHelper extends IsHelper { protected readonly type = Types.Null; }