UNPKG

@neo-one/smart-contract-compiler-esnext-esm

Version:

NEO•ONE TypeScript smart contract compiler.

7 lines (5 loc) 336 B
import { tsUtils } from '@neo-one/ts-utils-esnext-esm'; export const hasNull = (_context, _node, type) => tsUtils.type_.hasNull(type); export const isOnlyNull = (_context, _node, type) => tsUtils.type_.isOnlyNull(type); export const isNull = (_context, _node, type) => tsUtils.type_.isNull(type); //# sourceMappingURL=typeTests.js.map