Skip to content

Commit

Permalink
🐛(typings): should export typings
Browse files Browse the repository at this point in the history
  • Loading branch information
whatwewant committed Dec 18, 2018
1 parent 05a958f commit 3306e03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@zcorky/is",
"version": "1.0.5",
"version": "1.0.6",
"description": "A TypeCheck library",
"main": "lib/index.js",
"repository": "https://github.com/zcorky/is",
Expand Down
5 changes: 4 additions & 1 deletion src/index.ts
Expand Up @@ -18,4 +18,7 @@ export { safeInteger, safeInteger as safeInt } from './types/safeInteger';
export { float, float as double } from './types/float';
export { primitive } from './types/primitive';
export { regExp } from './types/regExp';
export { plainObject } from './types/plainObject';
export { plainObject } from './types/plainObject';

// export typings
export * from './typings';

0 comments on commit 3306e03

Please sign in to comment.