UNPKG

contensis-management-api

Version:

Client for managing content using the Contensis Management API

6 lines (5 loc) 193 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isString = void 0; const isString = (value) => typeof value === 'string'; exports.isString = isString;