mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-03 16:50:15 +00:00
[zen-observable] add readonly modifier
https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/node/index.d.ts#L167
This commit is contained in:
3
types/zen-observable/index.d.ts
vendored
3
types/zen-observable/index.d.ts
vendored
@@ -1,11 +1,12 @@
|
||||
// Type definitions for zen-observable 0.5
|
||||
// Project: https://github.com/zenparsing/zen-observable
|
||||
// Definitions by: Kombu <https://github.com/aicest>
|
||||
// JounQin <https://github.com/JounQin>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare global {
|
||||
interface SymbolConstructor {
|
||||
observable: symbol;
|
||||
readonly observable: symbol;
|
||||
}
|
||||
|
||||
namespace ZenObservable {
|
||||
|
||||
Reference in New Issue
Block a user