UNPKG

@conarti/eslint-plugin-feature-sliced

Version:
8 lines (7 loc) 183 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isNull = void 0; function isNull(target) { return target === null; } exports.isNull = isNull;