UNPKG

@igli.kokici/st-open-api

Version:

Generates API client SDKs from an OpenAPI specification written in OpenAPI version 3.x.x

6 lines 233 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.firstCharacterLower = function (str) { return !!str && str[0].toLowerCase() + str.slice(1); }; //# sourceMappingURL=first-character-lower.js.map