Skip to content

Commit 3371e70

Browse files
committed
Add standardjs code style
1 parent 52e1211 commit 3371e70

File tree

7 files changed

+572
-603
lines changed

7 files changed

+572
-603
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# teleport-javascript
22

3-
[![Coverage Status](https://coveralls.io/repos/github/codenirvana/teleport-javascript/badge.svg?branch=master)](https://coveralls.io/github/codenirvana/teleport-javascript?branch=master) [![Build Status](https://travis-ci.org/codenirvana/teleport-javascript.svg?branch=master)](https://travis-ci.org/codenirvana/teleport-javascript) [![License: ISC](https://img.shields.io/badge/License-ISC-yellow.svg)](https://opensource.org/licenses/ISC)
3+
[![Coverage Status](https://coveralls.io/repos/github/codenirvana/teleport-javascript/badge.svg?branch=master)](https://coveralls.io/github/codenirvana/teleport-javascript?branch=master) [![Build Status](https://travis-ci.org/codenirvana/teleport-javascript.svg?branch=master)](https://travis-ci.org/codenirvana/teleport-javascript) [![License: ISC](https://img.shields.io/badge/License-ISC-yellow.svg)](https://opensource.org/licenses/ISC) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
44

5-
A super light and fast JavaScript object (de)serialization that includes undefined, bigint, regex, etc.
5+
6+
A super light and fast JavaScript object (de)serialization that includes date, bigint, regex, etc.
67

78
### Installation
89
```console
@@ -55,6 +56,8 @@ const parsed = parse(stringified);
5556
- Float64Array
5657
* Symbol
5758
* Object _(including circular reference)_
59+
- Date
60+
- Buffer
5861
- RegExp
5962
- Map
6063
- Set

0 commit comments

Comments
 (0)