Utilities
Utility functions used throughout the package.
Classes
| Name | Description | |
|---|---|---|
| FrontendDevTools | Entry-point for the package. | 
Global Functions
| Name | Description | |
|---|---|---|
| copyStringToClipboard | Copy the input string to the system clipboard. | |
| parseBoolean | Parses a string case-insensitively returning true for "ON" or "TRUE", false for "OFF" or "FALSE" and undefined otherwise. | |
| parseToggle | Parses a string case-insensitively returning true for "ON", false for "OFF" undefined for "TOGGLE" or undefined, and the input string for anything else | 
Last Updated: 10 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.