0.0.1-test-beta • Published 6 months ago

@smarterp/test v0.0.1-test-beta

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@smarterp/init

laravel-component-required is a laravel-component required functions use for validations.

Installation

You can install the package via npm:

npm i -D @smarterp/init

Usage

SmartValidator

import { 
    SmartValidator, 
    SmartHelper, 
    TextValidation, 
    SmartAlert 
} from '@smarterp/init';

export {
    SmartValidator,
    SmartHelper,
    TextValidation,
    SmartAlert
};