File: basic.d.ts

package info (click to toggle)
node-chart.js 3.9.1%2B~cs3.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 28,692 kB
  • sloc: javascript: 72,443; sh: 98; makefile: 11
file content (3 lines) | stat: -rw-r--r-- 99 bytes parent folder | download | duplicates (2)
1
2
3

export type AnyObject = Record<string, unknown>;
export type EmptyObject = Record<string, never>;