UNPKG

102 BTypeScriptView Raw
1export interface IStoreOptions {
2 /**
3 * true, clear _inflights at close
4 */
5 clean?: boolean
6}