UNPKG

unstructured-client

Version:

<h3 align="center"> <img src="https://raw.githubusercontent.com/Unstructured-IO/unstructured/main/img/unstructured_logo.png" height="200" > </h3>

8 lines 276 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.stringToBoolean = void 0; function stringToBoolean(string) { return string.toLocaleLowerCase() === "true"; } exports.stringToBoolean = stringToBoolean; //# sourceMappingURL=general.js.map