MCPcopy Index your code
hub / github.com/fontsource/fontsource / WriteOptions

Interface WriteOptions

packages/publish/src/utils.ts:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import type { BumpObject, Context, Flags, PackageJson } from './types';
7
8interface WriteOptions {
9 version?: boolean;
10 hash?: boolean;
11}
12
13export const writeUpdate = async (
14 pkg: BumpObject,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected