UNPKG

data-validator-js

Version:
7 lines 391 B
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";