mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-24 07:25:40 -06:00
11 lines
269 B
TypeScript
11 lines
269 B
TypeScript
|
declare namespace _default {
|
||
|
export { ReqMarkers };
|
||
|
export { insertLineEndings };
|
||
|
}
|
||
|
export default _default;
|
||
|
declare namespace ReqMarkers {
|
||
|
let CONTAINS: string;
|
||
|
let ARROW: string;
|
||
|
}
|
||
|
declare function insertLineEndings(parentNode: any, conf: any): void;
|