All Downloads are FREE. Search and download functionalities are using the official Maven repository.

impl.actions.dummy.js Maven / Gradle / Ivy

The newest version!
export default function dummyImpl(options) {
    // eslint-disable-next-line no-alert
    alert('Ahoy!')
    // eslint-disable-next-line no-console
    console.log(options)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy