UNPKG

unstructured-client

Version:

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

4 lines (3 loc) 109 B
export function stringToBoolean(string: string): boolean { return string.toLocaleLowerCase() === "true"; }