File: index.d.ts

package info (click to toggle)
golang-github-c2sp-cctv 0.0~git20250126.ac53b9f%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,172 kB
  • sloc: makefile: 5
file content (4 lines) | stat: -rw-r--r-- 102 bytes parent folder | download
1
2
3
4
declare module "cctv-age" {
    const exports: { [key: string]: Uint8Array };
    export = exports;
}