@aemforms/af-custom-functions

1.0.7 • Public • Published

af-custom-functions

npm version

Provides a collection of custom functions designed to aid creation of adaptive form in AEM.

Installation

npm install @aemforms/af-custom-funtions

Usage

// In user's code (ESM)
import { validateURL, navigateTo, toObject } from '@aemforms/af-custom-functions';
// Usage
const result = validateURL('https://example.com');
navigateTo('https://example.com', '_blank');
const obj = toObject('{"key": "value"}');

Readme

Keywords

Package Sidebar

Install

npm i @aemforms/af-custom-functions

Weekly Downloads

67

Version

1.0.7

License

MIT License, Copyright 2024 Adobe Systems Incorporated

Unpacked Size

5.68 kB

Total Files

3

Last publish

Collaborators

  • jalagari
  • cqguides
  • nitigupt
  • rismehta
  • salilt
  • vdua