UNPKG

102 BTypeScriptView Raw
1declare module 'unique-selector' {
2 let unique: (key: Element) => string;
3 export default unique;
4}