MCPcopy Create free account
hub / github.com/p2r3/convert / withFormat

Method withFormat

src/FormatHandler.ts:113–116  ·  view source on GitHub ↗
(format: string)

Source from the content-addressed store, hash-verified

111 return this;
112 },
113 withFormat(format: string) {
114 this.format = format;
115 return this;
116 },
117 withExt(ext: string) {
118 this.extension = ext;
119 return this;

Callers 2

rename.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected