mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 11:32:30 -06:00
10 lines
273 B
TypeScript
10 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;
|