UNPKG

@accounts/server

Version:

Fullstack authentication and accounts-management

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