Skip to content

anyhoooo/transfor

Repository files navigation

transfor NPM Version NPM Downloads size-image

Install

npm install transfor

or

yarn add transfor

Usage

import { checkPhone, checkBankCard } from "transfor";

console.log(checkPhone); // Function
console.log(checkBankCard); // Function

Can also import like

import transfor from "transfor";

console.log(transfor.checkPhone); // Function
console.log(transfor.checkBankCard); // Function

or like this

import checkPhone from "transfor/checkPhone";
import checkBankCard from "transfor/checkBankCard";

console.log(checkPhone); // Function
console.log(checkBankCard); // Function
//本地执行后git push,触发git Action构建,npm publish
npm version [ major | minor | patch ]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published