Skip to content
This repository has been archived by the owner on Jun 23, 2019. It is now read-only.

Commit

Permalink
🔥 Remove // @ts-check
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed May 10, 2017
1 parent 0cb53e5 commit 240ec84
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// @ts-check

const isRequired = require('./is-required');
const lodashCloneDeep = require('lodash.clonedeep');

Expand Down
2 changes: 0 additions & 2 deletions src/is-required.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// @ts-check

/**
* Throw error on undefined required parameter.
*
Expand Down
2 changes: 0 additions & 2 deletions test/test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// @ts-check

const { test } = require('ava');
const deepClone = require('../src');

Expand Down

0 comments on commit 240ec84

Please sign in to comment.