Skip to content
This repository was archived by the owner on Oct 17, 2020. It is now read-only.

Commit 5476d9d

Browse files
committed
Merge branch 'master' of https://github.com/MeowType/Void
2 parents 99343b0 + 20753c4 commit 5476d9d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
Typescript void value on runtime
33

44
```typescript
5-
import { Void } from 'void'
5+
import { Void } from '@meowtype/void'
66

77
const x: void = Void
88
```
99
```typescript
10-
import { Void, isVoid, isVoidNonStrict } from 'void'
10+
import { Void, isVoid, isVoidNonStrict } from '@meowtype/void'
1111

1212
isVoid(Void)
1313
// true
@@ -28,4 +28,4 @@ isVoidNonStrict(null)
2828
```
2929
npm i
3030
npm run build
31-
```
31+
```

0 commit comments

Comments
 (0)