UNPKG

@accounts/password

Version:

[![npm](https://img.shields.io/npm/v/@accounts/password)](https://www.npmjs.com/package/@accounts/password) [![npm downloads](https://img.shields.io/npm/dm/@accounts/password)](https://www.npmjs.com/package/@accounts/password) [![codecov](https://img.shie

12 lines 359 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isObject = exports.isString = void 0; const isString = (x) => { return typeof x === 'string'; }; exports.isString = isString; const isObject = (x) => { return x !== null && typeof x === 'object'; }; exports.isObject = isObject; //# sourceMappingURL=validation.js.map