Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
a57bd446d0 | |||
afe8d5bc1b |
@ -20,7 +20,7 @@ handle strings in smart ways. TypeScript ready.
|
|||||||
## Usage
|
## Usage
|
||||||
Use TypeScript for intellisense.
|
Use TypeScript for intellisense.
|
||||||
|
|
||||||
```typescript
|
```javascript
|
||||||
import * as smartstring from "smartstring";
|
import * as smartstring from "smartstring";
|
||||||
|
|
||||||
// classes
|
// classes
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "smartstring",
|
"name": "smartstring",
|
||||||
"version": "2.0.21",
|
"version": "2.0.22",
|
||||||
"description": "handle strings in smart ways. TypeScript ready.",
|
"description": "handle strings in smart ways. TypeScript ready.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
|
Reference in New Issue
Block a user