0.1.35 • Published 1 year ago
@types/lestate v0.1.35
Installation
npm install --save @types/lestate
Summary
This package contains type definitions for LeState (https://github.com/LeTools/LeState).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lestate.
index.d.ts
// Type definitions for LeState 0.1
// Project: https://github.com/LeTools/LeState
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export interface LeState {
set(newValue: {}): [{
id: number;
state: {};
}];
get(): any;
insert(newValue: {}): void;
getDescription(): {};
createListener(options: {
id: number;
selector(state: any): {};
force?: boolean | undefined;
}): void;
}
export function createState(props?: { initialState: {} }): LeState;
Additional Details
- Last updated: Thu, 23 Dec 2021 23:35:02 GMT
- Dependencies: none
- Global values: none
Credits
These definitions were written by DefinitelyTyped.
0.1.35
1 year ago
0.1.33
2 years ago
0.1.34
2 years ago
0.1.32
3 years ago
0.1.31
4 years ago
0.1.30
8 years ago
0.1.29
8 years ago
0.1.28
9 years ago
0.1.27
9 years ago
0.1.26-alpha
9 years ago
0.1.25-alpha
9 years ago
0.1.24-alpha
9 years ago
0.1.23-alpha
9 years ago
0.1.22-alpha
9 years ago
0.1.21-alpha
9 years ago
0.1.20-alpha
9 years ago
0.1.15-alpha
9 years ago
0.1.14-alpha
9 years ago