File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1- import { ValuesFromObject } from "../../../type/mod.ts" ;
1+ import type { ValuesFromObject } from "../../../type/mod.ts" ;
22
33/**
44 * This object contains all 4-Bit background color codes.
Original file line number Diff line number Diff line change 1- import { ValuesFromObject } from "../../../type/mod.ts" ;
1+ import type { ValuesFromObject } from "../../../type/mod.ts" ;
22
33/**
44 * This object contains all 4-Bit foreground color codes.
Original file line number Diff line number Diff line change 1- import { ValuesFromObject } from "../../../type/mod.ts" ;
1+ import type { ValuesFromObject } from "../../../type/mod.ts" ;
22
33/**
44 * This object contains all 8-Bit normal color codes.
Original file line number Diff line number Diff line change 1- import { ValuesFromObject } from "../../../type/mod.ts" ;
1+ import type { ValuesFromObject } from "../../../type/mod.ts" ;
22
33/**
44 * This object contains all 8-Bit grayscale color codes.
Original file line number Diff line number Diff line change 1- import { ValuesFromObject } from "../../type/mod.ts" ;
1+ import type { ValuesFromObject } from "../../type/mod.ts" ;
22
33/**
44 * This object contains all C0 ANSI control codes.
Original file line number Diff line number Diff line change 1- import { ValuesFromObject } from "../../type/mod.ts" ;
1+ import type { ValuesFromObject } from "../../type/mod.ts" ;
22
33/**
44 * This object contains all C1 ANSI control codes.
Original file line number Diff line number Diff line change 1- import { ValuesFromObject } from "../../type/mod.ts" ;
1+ import type { ValuesFromObject } from "../../type/mod.ts" ;
22
33/**
44 * This object contains all color format codes.
Original file line number Diff line number Diff line change 1- import { ValuesFromObject } from "../../type/mod.ts" ;
1+ import type { ValuesFromObject } from "../../type/mod.ts" ;
22
33/**
44 * This object contains all font format codes.
Original file line number Diff line number Diff line change 1- import { ValuesFromObject } from "../../type/mod.ts" ;
1+ import type { ValuesFromObject } from "../../type/mod.ts" ;
22import colors from './colors.ts' ;
33import fonts from './fonts.ts' ;
44import ideograms from './ideograms.ts' ;
Original file line number Diff line number Diff line change 1- import { ValuesFromObject } from "../../type/mod.ts" ;
1+ import type { ValuesFromObject } from "../../type/mod.ts" ;
22
33/**
44 * This object contains all ideogram format codes.
You can’t perform that action at this time.
0 commit comments