Skip to main content
Module

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

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

Check that a string only contains character from a string of allowed characters.

Parameters

str: string
allowedChars: string

Returns

boolean