Skip to content

Conversation

@kborucinski
Copy link
Contributor

Add clone date method

import clone from "./clone.ts";

describe("clone", () => {
it("should returns cloned date", () => {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

returns => return

README.md Outdated

<!-- prettier-ignore-start -->
```javascript
clone(new Date('2019-04-24T13:54:33.232Z')); // ⇒ Wed Apr 24 2019 15:54:33 GMT+0200 (czas środkowoeuropejski letni)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change (czas środkowoeuropejski letni) to english

@przemyslawzalewski przemyslawzalewski merged commit 0a56a3b into master Jan 9, 2020
@przemyslawzalewski przemyslawzalewski deleted the add_clone_date_method branch January 9, 2020 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants