data-validator-js
Version:
Validation Methods for all types of Data
7 lines • 391 B
text/typescript
export const Greeter = (name: string) => `Hello ${name}`;
export { default as Product } from "./product";
export { default as Adderss } from "./address";
export { default as Customer } from "./cusomer";
export { default as Transaction } from "./transaction";
export { default as ScriptUtils } from "./utilities/scriptUtils";
export { default as StringtUtils } from "./utilities/stringUtils";