"use strict"; const isString = require("@validatem/is-string"); // FIXME: Validate properly module.exports = [ isString ];