1.0.9 • Published 4 years ago

luban-cli-shared-utils v1.0.9

Weekly downloads
5
License
ISC
Repository
github
Last release
4 years ago

a library with some utils for luban-react-cli

如何使用

install

npm i luban-cli-shared-utils

use in ts.file

import { log } from "luban-cli-shared-utils";

log("log something...");

use in js.file

const { log } = require("luban-cli-shared-utils");

log("log something...");

API