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