mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-23 23:15:46 -06:00
10 lines
269 B
TypeScript
10 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;
|