@typen/typ
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -17,5 +17,5 @@ 'use strict'; | ||
const typ = o => protoType(o).substring(8, -1); | ||
const typ = o => protoType(o).slice(8, -1); | ||
exports.protoType = protoType; | ||
exports.typ = typ; |
@@ -13,4 +13,4 @@ /** | ||
const typ = o => protoType(o).substring(8, -1); | ||
const typ = o => protoType(o).slice(8, -1); | ||
export { protoType, typ }; |
{ | ||
"name": "@typen/typ", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A type cheker", | ||
@@ -32,3 +32,3 @@ "main": "dist/index.cjs.js", | ||
"homepage": "https://github.com/hoyeungw/typen#readme", | ||
"gitHead": "9b4e2ddb145e45ce721bb778b01ba802ff1d763c" | ||
"gitHead": "a96200e0730bc6b17e82589e079a49ca155394a1" | ||
} |
4009