@blocksuite/global
Advanced tools
Comparing version 0.5.0-20230307224400-a4c096e to 0.5.0-20230308090832-6594d8d
// eslint-disable-next-line @typescript-eslint/no-explicit-any | ||
type AnyFunction = (...args: any[]) => any; | ||
declare module 'quill' { | ||
import quill = require('quill/index'); | ||
export type * from 'quill/index' assert { 'resolution-mode': 'require' }; | ||
declare const quillDefault: typeof quill.default; | ||
export default quillDefault; | ||
} | ||
declare module 'y-protocols/awareness.js' { | ||
@@ -12,0 +5,0 @@ export class Awareness< |
{ | ||
"name": "@blocksuite/global", | ||
"version": "0.5.0-20230307224400-a4c096e", | ||
"version": "0.5.0-20230308090832-6594d8d", | ||
"types": "./index.d.ts", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
432848
4554