ts-power
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

ts-power

组件功能描述

Install

$ npm i ts-power --save

Usage

import { findLongSetCommonPrefix } from "ts-power";

const strs = ["flower", "flow", "flight"];
const res = findLongSetCommonPrefix(strs); // 'fl'

Package Sidebar

Install

npm i ts-power

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

4.28 kB

Total Files

14

Last publish

Collaborators

  • yanglingfeng