mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 19:42:34 -06:00
11 lines
273 B
TypeScript
11 lines
273 B
TypeScript
|
declare namespace _default {
|
||
|
export { ReqMarkers };
|
||
|
export { insertLineEndings };
|
||
|
}
|
||
|
export default _default;
|
||
|
declare namespace ReqMarkers {
|
||
|
const CONTAINS: string;
|
||
|
const ARROW: string;
|
||
|
}
|
||
|
declare function insertLineEndings(parentNode: any, conf: any): void;
|