mirror of https://github.com/jkjoy/sunpeiwen.git
3 lines
141 B
TypeScript
3 lines
141 B
TypeScript
|
import { ManifestTransform } from '../types';
|
||
|
export declare function noRevisionForURLsMatchingTransform(regexp: RegExp): ManifestTransform;
|