mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-20 17:03:42 +00:00
3 lines
141 B
TypeScript
3 lines
141 B
TypeScript
import { ManifestTransform } from '../types';
|
|
export declare function noRevisionForURLsMatchingTransform(regexp: RegExp): ManifestTransform;
|