芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/@emotion/hash/types/tests.ts
import hash from '@emotion/hash' // $ExpectType string hash('color: hotpink;') // $ExpectError hash() // $ExpectError const hashed2: number = hash('color: hotpink;') // $ExpectError hash(42) // $ExpectError hash({}) // $ExpectError hash('color: hotpink;', 'background-color: #fff;')