tsironis/lockr

View on GitHub
src/global.d.ts

Summary

Maintainability
A
0 mins
Test Coverage
type Index = { [key: string]: any[] };

interface Options {
  noPrefix?: boolean;
}