Skip to content

Commit

Permalink
fxck
Browse files Browse the repository at this point in the history
  • Loading branch information
chuigda authored Jul 30, 2021
1 parent ec6b94a commit 0bb7d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { typeAssert } = require('./typeAssert')

// simple types
typeAssert(1, 'number')
typeAssert(2, 'string')
typeAssert('2', 'string')

// object
typeAssert({ x: 1, y: 3 }, 'object')
Expand Down

0 comments on commit 0bb7d2e

Please sign in to comment.