Publish
This commit is contained in:
7
test/static/never.ts
Normal file
7
test/static/never.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Expect } from './assert'
|
||||
import { Type } from '@sinclair/typebox'
|
||||
|
||||
{
|
||||
const T = Type.Never()
|
||||
Expect(T).ToStaticNever()
|
||||
}
|
||||
Reference in New Issue
Block a user