Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/earthstar/src/entries/npm.ts>isOnlyPrintableAscii

Storage for private, distributed, offline-first applications.
Go to Latest
function isOnlyPrintableAscii
import { isOnlyPrintableAscii } from "https://deno.land/x/earthstar@v10.0.1/src/entries/npm.ts";

Check that a string contains only printable ASCII

Parameters

s: string

Returns

boolean