File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 11# ts-regexp
22[ ![ npm version] ( https://img.shields.io/npm/v/ts-regexp.svg )] ( https://www.npmjs.com/package/ts-regexp )
3+ [ ![ bundle size] ( https://img.shields.io/bundlejs/size/ts-regexp )] ( https://www.npmjs.com/package/ts-regexp )
34[ ![ npm monthly downloads] ( https://img.shields.io/npm/dm/ts-regexp.svg )] ( https://www.npmjs.com/package/ts-regexp )
5+ [ ![ typescript] ( https://img.shields.io/badge/TypeScript-007ACC?logo=typescript&logoColor=white )] ( https://www.typescriptlang.org/ )
6+ [ ![ license: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
7+ [ ![ github stars] ( https://img.shields.io/github/stars/codpro2005/ts-regexp.svg?style=social )] ( https://github.com/codpro2005/ts-regexp )
48
59A strictly typed & minimal RegExp wrapper.
610
@@ -23,7 +27,7 @@ yarn add ts-regexp
2327# Using pnpm
2428pnpm add ts-regexp
2529```
26- 2 . Then import ` typedRegExp ` :
30+ 2 . Import ` typedRegExp ` :
2731``` ts
2832import { typedRegExp } from ' ts-regexp' ;
2933```
You can’t perform that action at this time.
0 commit comments