2020-07-27 22:41:46 +08:00

5 lines
73 B
TypeScript

type Chainable = {
option(key: string, value: any): any
get(): any
}