Back to Explore

mikolalysenko/is-property

GitHub
1 watchersOpen source

is-property is a small JavaScript utility that tests whether a given JSON or object property name can be safely accessed using dot notation (obj.foo) or whether bracket notation is required (obj["foo"]). It returns true or false for a provided string, useful when generating or validating property access code.

A status summary will appear after the next weekly refresh.

AI-generated from public sources. May be inaccurate. Report

Recent updates

No recent updates have been summarized for this source yet.