mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-06 06:17:11 -04:00
feat(new-tool): mac address lookup
This commit is contained in:
parent
1060652590
commit
076df11024
7 changed files with 209 additions and 9 deletions
4
src/tools/mac-address-lookup/oui.d.ts
vendored
Normal file
4
src/tools/mac-address-lookup/oui.d.ts
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
declare module 'oui/oui.json' {
|
||||
const db: Record<string, string>;
|
||||
export default db;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue