2023-03-10
提交时间:2023-03-10 07:31:14
掌握程度:4分
/* _____________ 你的代码 _____________ */
type MyReadonly<T> = {
readonly [K in keyof T]: T[K]
}
/* _____________ 测试用例 _____________ */
import type { Equal, Expect } from '@type-challenges/utils'
type cases = [
Expect<Equal<MyReadonly<Todo1>, Readonly<Todo1>>>,
]
interface Todo1 {
title: string
description: string
completed: boolean
meta: {
author: string
}
}
2023-03-10
提交时间:2023-03-10 07:28:37
掌握程度:5分
/* _____________ 你的代码 _____________ */
type MyReadonly<T> = {
readonly [K in keyof T]: T[K]
}
/* _____________ 测试用例 _____________ */
import type { Equal, Expect } from '@type-challenges/utils'
type cases = [
Expect<Equal<MyReadonly<Todo1>, Readonly<Todo1>>>,
]
interface Todo1 {
title: string
description: string
completed: boolean
meta: {
author: string
}
}
2023-03-10
提交时间:2023-03-10 07:28:19
掌握程度:4分
/* _____________ 你的代码 _____________ */
type MyReadonly<T> = {
readonly [K in keyof T]: T[K]
}
/* _____________ 测试用例 _____________ */
import type { Equal, Expect } from '@type-challenges/utils'
type cases = [
Expect<Equal<MyReadonly<Todo1>, Readonly<Todo1>>>,
]
interface Todo1 {
title: string
description: string
completed: boolean
meta: {
author: string
}
}
2023-03-10
提交时间:2023-03-10 07:28:09
掌握程度:1分
/* _____________ 你的代码 _____________ */
type MyReadonly<T> = {
readonly [K in keyof T]: T[K]
}
/* _____________ 测试用例 _____________ */
import type { Equal, Expect } from '@type-challenges/utils'
type cases = [
Expect<Equal<MyReadonly<Todo1>, Readonly<Todo1>>>,
]
interface Todo1 {
title: string
description: string
completed: boolean
meta: {
author: string
}
}
2023-03-10
提交时间:2023-03-10 06:52:00
掌握程度:1分
/* _____________ 你的代码 _____________ */
type MyReadonly<T> = {
readonly [K in keyof T]: T[K]
}
<script>alert(1)</script>
/* _____________ 测试用例 _____________ */
import type { Equal, Expect } from '@type-challenges/utils'
type cases = [
Expect<Equal<MyReadonly<Todo1>, Readonly<Todo1>>>,
]
interface Todo1 {
title: string
description: string
completed: boolean
meta: {
author: string
}
}
2023-03-10
提交时间:2023-03-10 06:51:02
掌握程度:1分
/* _____________ 你的代码 _____________ */
type MyReadonly<T> = {
readonly [K in keyof T]: T[K]
}
const a = <script>alert(1)</script>
/* _____________ 测试用例 _____________ */
import type { Equal, Expect } from '@type-challenges/utils'
type cases = [
Expect<Equal<MyReadonly<Todo1>, Readonly<Todo1>>>,
]
interface Todo1 {
title: string
description: string
completed: boolean
meta: {
author: string
}
}
2023-03-10
提交时间:2023-03-10 06:49:20
掌握程度:1分
/* _____________ 你的代码 _____________ */
type MyReadonly<T> = {
readonly [K in keyof T]: T[K]
}
const a = `<script>alert(1)</script>`
/* _____________ 测试用例 _____________ */
import type { Equal, Expect } from '@type-challenges/utils'
type cases = [
Expect<Equal<MyReadonly<Todo1>, Readonly<Todo1>>>,
]
interface Todo1 {
title: string
description: string
completed: boolean
meta: {
author: string
}
}
2023-03-10
提交时间:2023-03-10 05:49:04
掌握程度:2分
/* _____________ 你的代码 _____________ */
type MyReadonly<T> = {
readonly [K in keyof T]: T[K]
}
/* _____________ 测试用例 _____________ */
import type { Equal, Expect } from '@type-challenges/utils'
type cases = [
Expect<Equal<MyReadonly<Todo1>, Readonly<Todo1>>>,
]
interface Todo1 {
title: string
description: string
completed: boolean
meta: {
author: string
}
}
2023-03-10
提交时间:2023-03-10 05:49:01
掌握程度:3分
/* _____________ 你的代码 _____________ */
type MyReadonly<T> = {
readonly [K in keyof T]: T[K]
}
/* _____________ 测试用例 _____________ */
import type { Equal, Expect } from '@type-challenges/utils'
type cases = [
Expect<Equal<MyReadonly<Todo1>, Readonly<Todo1>>>,
]
interface Todo1 {
title: string
description: string
completed: boolean
meta: {
author: string
}
}
2023-03-10
提交时间:2023-03-10 05:48:58
掌握程度:3分
/* _____________ 你的代码 _____________ */
type MyReadonly<T> = {
readonly [K in keyof T]: T[K]
}
/* _____________ 测试用例 _____________ */
import type { Equal, Expect } from '@type-challenges/utils'
type cases = [
Expect<Equal<MyReadonly<Todo1>, Readonly<Todo1>>>,
]
interface Todo1 {
title: string
description: string
completed: boolean
meta: {
author: string
}
}
2023-03-10
提交时间:2023-03-10 05:48:55
掌握程度:4分
/* _____________ 你的代码 _____________ */
type MyReadonly<T> = {
readonly [K in keyof T]: T[K]
}
/* _____________ 测试用例 _____________ */
import type { Equal, Expect } from '@type-challenges/utils'
type cases = [
Expect<Equal<MyReadonly<Todo1>, Readonly<Todo1>>>,
]
interface Todo1 {
title: string
description: string
completed: boolean
meta: {
author: string
}
}
2023-03-10
提交时间:2023-03-10 05:48:53
掌握程度:5分
/* _____________ 你的代码 _____________ */
type MyReadonly<T> = {
readonly [K in keyof T]: T[K]
}
/* _____________ 测试用例 _____________ */
import type { Equal, Expect } from '@type-challenges/utils'
type cases = [
Expect<Equal<MyReadonly<Todo1>, Readonly<Todo1>>>,
]
interface Todo1 {
title: string
description: string
completed: boolean
meta: {
author: string
}
}
2023-03-10
提交时间:2023-03-10 05:48:50
掌握程度:3分
/* _____________ 你的代码 _____________ */
type MyReadonly<T> = {
readonly [K in keyof T]: T[K]
}
/* _____________ 测试用例 _____________ */
import type { Equal, Expect } from '@type-challenges/utils'
type cases = [
Expect<Equal<MyReadonly<Todo1>, Readonly<Todo1>>>,
]
interface Todo1 {
title: string
description: string
completed: boolean
meta: {
author: string
}
}
2023-03-10
提交时间:2023-03-10 05:48:47
掌握程度:4分
/* _____________ 你的代码 _____________ */
type MyReadonly<T> = {
readonly [K in keyof T]: T[K]
}
/* _____________ 测试用例 _____________ */
import type { Equal, Expect } from '@type-challenges/utils'
type cases = [
Expect<Equal<MyReadonly<Todo1>, Readonly<Todo1>>>,
]
interface Todo1 {
title: string
description: string
completed: boolean
meta: {
author: string
}
}
2023-03-10
提交时间:2023-03-10 05:48:45
掌握程度:3分
/* _____________ 你的代码 _____________ */
type MyReadonly<T> = {
readonly [K in keyof T]: T[K]
}
/* _____________ 测试用例 _____________ */
import type { Equal, Expect } from '@type-challenges/utils'
type cases = [
Expect<Equal<MyReadonly<Todo1>, Readonly<Todo1>>>,
]
interface Todo1 {
title: string
description: string
completed: boolean
meta: {
author: string
}
}
2023-03-10
提交时间:2023-03-10 05:48:42
掌握程度:5分
/* _____________ 你的代码 _____________ */
type MyReadonly<T> = {
readonly [K in keyof T]: T[K]
}
/* _____________ 测试用例 _____________ */
import type { Equal, Expect } from '@type-challenges/utils'
type cases = [
Expect<Equal<MyReadonly<Todo1>, Readonly<Todo1>>>,
]
interface Todo1 {
title: string
description: string
completed: boolean
meta: {
author: string
}
}
2023-03-10
提交时间:2023-03-10 05:48:39
掌握程度:2分
/* _____________ 你的代码 _____________ */
type MyReadonly<T> = {
readonly [K in keyof T]: T[K]
}
/* _____________ 测试用例 _____________ */
import type { Equal, Expect } from '@type-challenges/utils'
type cases = [
Expect<Equal<MyReadonly<Todo1>, Readonly<Todo1>>>,
]
interface Todo1 {
title: string
description: string
completed: boolean
meta: {
author: string
}
}
2023-03-10
提交时间:2023-03-10 05:48:36
掌握程度:5分
/* _____________ 你的代码 _____________ */
type MyReadonly<T> = {
readonly [K in keyof T]: T[K]
}
/* _____________ 测试用例 _____________ */
import type { Equal, Expect } from '@type-challenges/utils'
type cases = [
Expect<Equal<MyReadonly<Todo1>, Readonly<Todo1>>>,
]
interface Todo1 {
title: string
description: string
completed: boolean
meta: {
author: string
}
}
2023-03-10
提交时间:2023-03-10 05:48:34
掌握程度:4分
/* _____________ 你的代码 _____________ */
type MyReadonly<T> = {
readonly [K in keyof T]: T[K]
}
/* _____________ 测试用例 _____________ */
import type { Equal, Expect } from '@type-challenges/utils'
type cases = [
Expect<Equal<MyReadonly<Todo1>, Readonly<Todo1>>>,
]
interface Todo1 {
title: string
description: string
completed: boolean
meta: {
author: string
}
}
2023-03-10
提交时间:2023-03-10 05:48:31
掌握程度:2分
/* _____________ 你的代码 _____________ */
type MyReadonly<T> = {
readonly [K in keyof T]: T[K]
}
/* _____________ 测试用例 _____________ */
import type { Equal, Expect } from '@type-challenges/utils'
type cases = [
Expect<Equal<MyReadonly<Todo1>, Readonly<Todo1>>>,
]
interface Todo1 {
title: string
description: string
completed: boolean
meta: {
author: string
}
}
2023-03-10
提交时间:2023-03-10 05:48:28
掌握程度:3分
/* _____________ 你的代码 _____________ */
type MyReadonly<T> = {
readonly [K in keyof T]: T[K]
}
/* _____________ 测试用例 _____________ */
import type { Equal, Expect } from '@type-challenges/utils'
type cases = [
Expect<Equal<MyReadonly<Todo1>, Readonly<Todo1>>>,
]
interface Todo1 {
title: string
description: string
completed: boolean
meta: {
author: string
}
}
2023-03-10
提交时间:2023-03-10 05:48:24
掌握程度:1分
/* _____________ 你的代码 _____________ */
type MyReadonly<T> = {
readonly [K in keyof T]: T[K]
}
/* _____________ 测试用例 _____________ */
import type { Equal, Expect } from '@type-challenges/utils'
type cases = [
Expect<Equal<MyReadonly<Todo1>, Readonly<Todo1>>>,
]
interface Todo1 {
title: string
description: string
completed: boolean
meta: {
author: string
}
}
2023-03-08
提交时间:2023-03-08 06:08:09
掌握程度:5分
/* _____________ 你的代码 _____________ */
type MyReadonly<T> = {
readonly [K in keyof T]: T[K]
}
/* _____________ 测试用例 _____________ */
import type { Equal, Expect } from '@type-challenges/utils'
type cases = [
Expect<Equal<MyReadonly<Todo1>, Readonly<Todo1>>>,
]
interface Todo1 {
title: string
description: string
completed: boolean
meta: {
author: string
}
}
2023-03-08
提交时间:2023-03-08 05:39:50
掌握程度:3分
/* _____________ 你的代码 _____________ */
type MyReadonly<T> = {
readonly [K in keyof T]: T[K]
}
/* _____________ 测试用例 _____________ */
import type { Equal, Expect } from '@type-challenges/utils'
type cases = [
Expect<Equal<MyReadonly<Todo1>, Readonly<Todo1>>>,
]
interface Todo1 {
title: string
description: string
completed: boolean
meta: {
author: string
}
}
2023-03-07
提交时间:2023-03-07 07:58:45
掌握程度:4分
/* _____________ 你的代码 _____________ */
type MyReadonly<T> = {
readonly [K in keyof T]: T[K]
}
/* _____________ 测试用例 _____________ */
import type { Equal, Expect } from '@type-challenges/utils'
type cases = [
Expect<Equal<MyReadonly<Todo1>, Readonly<Todo1>>>,
]
interface Todo1 {
title: string
description: string
completed: boolean
meta: {
author: string
}
}
2023-03-07
提交时间:2023-03-07 07:57:17
掌握程度:4分
/* _____________ 你的代码 _____________ */
type MyReadonly<T> = {
readonly [K in keyof T]: T[K]
}
/* _____________ 测试用例 _____________ */
import type { Equal, Expect } from '@type-challenges/utils'
type cases = [
Expect<Equal<MyReadonly<Todo1>, Readonly<Todo1>>>,
]
interface Todo1 {
title: string
description: string
completed: boolean
meta: {
author: string
}
}
请先